Last post May 17, 2013 05:34 PM by psinet
Member
107 Points
302 Posts
May 17, 2013 04:37 PM|engcanada|LINK
Is it possible to send the page using Response.Redirect() to the target="_top" or anything else for that matter instead of just SELF?
Thanks
Participant
1380 Points
316 Posts
May 17, 2013 04:52 PM|psinet|LINK
Nope. Response.Redirect tells the client browser to display another page. It does this by sending a HTTP Status code of 302 and the new url to go to.
May 17, 2013 04:59 PM|engcanada|LINK
We still have use javascript to send it to the parent target frame?
May 17, 2013 05:34 PM|psinet|LINK
Yes. Javascript would work.
Member
107 Points
302 Posts
Response.Redirect() properties
May 17, 2013 04:37 PM|engcanada|LINK
Is it possible to send the page using Response.Redirect() to the target="_top" or anything else for that matter instead of just SELF?
Thanks
Participant
1380 Points
316 Posts
Re: Response.Redirect() properties
May 17, 2013 04:52 PM|psinet|LINK
Nope. Response.Redirect tells the client browser to display another page. It does this by sending a HTTP Status code of 302 and the new url to go to.
Member
107 Points
302 Posts
Re: Response.Redirect() properties
May 17, 2013 04:59 PM|engcanada|LINK
We still have use javascript to send it to the parent target frame?
Participant
1380 Points
316 Posts
Re: Response.Redirect() properties
May 17, 2013 05:34 PM|psinet|LINK
Yes. Javascript would work.