Is it possible to have a hyperlink call 2 different ASP pages in 2 different frames ? If so, how do I go about it.
Ciao...
Printable View
Is it possible to have a hyperlink call 2 different ASP pages in 2 different frames ? If so, how do I go about it.
Ciao...
You can only post to one page at a time in a hyperlink. But by passing a variable to the page in the first frame, it can use that variable in a select case or If/then to call the second frame.
Hope that helps :)
I guess I could use a response.redirect statement to send to the other page.Quote:
Originally Posted by juliemac
Can you specify in a response.redirect statement a particular frame to send to.