Tamer_Ahmed Posted October 11, 2004 Posted October 11, 2004 hi all i have 2 web site first site contain page need query string paramete called ProductID and the other web site contain web page with Iframe to get the other page i have link in my first web site let me redirect to the other web site which contain the iFrame i want the iframe change depending on the parameter on my page can any body help Quote
*Gurus* Derek Stone Posted October 12, 2004 *Gurus* Posted October 12, 2004 iframeControl.Attributes("src") = Server.HtmlEncode(Request.QueryString("page")) Obviously you'll need to add in further checks to prevent additional XSS vulnerabilities. Ideally, the "page" variable should be an integer value which maps to the actual page. Quote Posting Guidelines
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.