View Full Version : From Frame Page clicks link to Non-Frame PAge
carrera
04-10-2003, 10:15 AM
My home page is a non-frame. I have a form when submitted it goes to a 2-framed page. Does anyone know how to go back to my non-frame page when I put a link <a href=home.asp>Home</a>. Many thanks!
glenngv
04-10-2003, 01:43 PM
<a href="home.asp" target="_top">Home</a>
carrera
04-11-2003, 07:06 AM
Thanks for the help! I have another problem. My frames are only accessible by logged users. If the session expires i have a redirect page as response.redirect "login.asp?target=_top". This did not work.
glenngv
04-15-2003, 07:59 AM
don't use response.redirect. just output javascript code that does the redirection
response.write "<script language=""javascript"">top.location.href='login.asp';</script>"
response.end
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.