Hi,
I want to know how can I put a target into response.redirect.
Thanks!
Printable View
Hi,
I want to know how can I put a target into response.redirect.
Thanks!
when you mean a target do you mean an anchor, somewhere in a page
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!
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