I have a newly integrated site with a third party that frames my site. I have been able to change all of the href target=_top to either target=_self or target=_parent and these pages keep the third parties' frame now. The one page I can not figure out why it blows out their frame just has a simple line of code that says Response.Redirect(templink) And templink= the same page that does not blow out frames when clicking a link with the target=_self attribute.
I guess my question would be is there another command to use with response.redirect to mimic the HREF target=_self or target=_parent attributes?
I guess my question would be is there another command to use with response.redirect to mimic the HREF target=_self or target=_parent attributes?