PDA

Click to See Complete Forum and Search --> : Targetting your redirect


darso88
Dec 6th, 2000, 09:15 AM
Hi,

I want to know how can I put a target into response.redirect.

Thanks!

Ianpbaker
Dec 6th, 2000, 10:41 AM
when you mean a target do you mean an anchor, somewhere in a page

darso88
Dec 6th, 2000, 10:56 AM
Like in the href coding,

You use a target tag to direct a page in a frame.
"<a href="www.vbworld.com" target=menu>"
I wanna do the same thing but for a response.redirect.

Is it possible or I have to get around it another way!

Ianpbaker
Dec 6th, 2000, 11:35 AM
unfortunatley, redirect only into whatever the calling page was in, can't think of anything off the top of my head to get round that one