Response.Redirect in IFRAME
-
Hello I have a Parent page and inside that parent page i have a child page in the child page i check if a request.querystring value = not empty and if it is empty then i have to response.redirect the whole page is parent page to the start up page. if i use response.redirect it just load the start up page in the child iframe section. Need help. Help in need is the help indeed
-
Hello I have a Parent page and inside that parent page i have a child page in the child page i check if a request.querystring value = not empty and if it is empty then i have to response.redirect the whole page is parent page to the start up page. if i use response.redirect it just load the start up page in the child iframe section. Need help. Help in need is the help indeed
You can't use a redirect to change the parent page. When the request comes to the server, it's already decided where the page will be displayed. Return a page that contains a Javascript that changes the location of the parent window. --- b { font-weight: normal; }
-
You can't use a redirect to change the parent page. When the request comes to the server, it's already decided where the page will be displayed. Return a page that contains a Javascript that changes the location of the parent window. --- b { font-weight: normal; }
that is a good little idea. Thanks Mr Guffa. I will try that. Regards Help in need is the help indeed