nd4x Posted May 1, 2003 Posted May 1, 2003 Anyone know the syntax for targeting a specific frame using response.redirect? Instead of defaulting to the current active frame, I want to target one of the other 2 for the new web page. Quote
*Gurus* Derek Stone Posted May 1, 2003 *Gurus* Posted May 1, 2003 You can not use Response.Redirect() to achieve what you're trying to do. ASP.NET does not provide any support for frames. Quote Posting Guidelines
bungpeng Posted May 6, 2003 Posted May 6, 2003 You cannot do it at server site, but you can do it in client site using javascript or vbscript. (you can use VB.NET to generate your script) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.