Hi,
Can I use response.redirect with target window in ASP ? If not, how can I control the URL of other window by ASP ? Thank you !
Simon Kwan
Printable View
Hi,
Can I use response.redirect with target window in ASP ? If not, how can I control the URL of other window by ASP ? Thank you !
Simon Kwan
No, you can't use response.redirect to direct output to a different window from where the original request came. To write from one window to another, you have to use client-side scripting
Charlie Zimmerman
http://www.freevbcode.com