Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-10-2003, 10:15 AM   PM User | #1
carrera
New Coder

 
Join Date: Jun 2002
Location: Philippines
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
carrera is an unknown quantity at this point
Question From Frame Page clicks link to Non-Frame PAge

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!
carrera is offline   Reply With Quote
Old 04-10-2003, 01:43 PM   PM User | #2
glenngv
Supreme Master coder!


 
glenngv's Avatar
 
Join Date: Jun 2002
Location: Los Angeles, CA Original Location: Philippines
Posts: 10,241
Thanks: 0
Thanked 112 Times in 111 Posts
glenngv will become famous soon enough
<a href="home.asp" target="_top">Home</a>
__________________
Glenn
_____________________________________________
Play Tower of Hanoi Android app (Ad-FREE!)
Play Tower of Hanoi Android app (FREE!)
Go to Tower of Hanoi Leaderboard
Play Tower of Hanoi Facebook app
glenngv is offline   Reply With Quote
Old 04-11-2003, 07:06 AM   PM User | #3
carrera
New Coder

 
Join Date: Jun 2002
Location: Philippines
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
carrera is an unknown quantity at this point
Redirect Page from frame to non-frame

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.
carrera is offline   Reply With Quote
Old 04-15-2003, 07:59 AM   PM User | #4
glenngv
Supreme Master coder!


 
glenngv's Avatar
 
Join Date: Jun 2002
Location: Los Angeles, CA Original Location: Philippines
Posts: 10,241
Thanks: 0
Thanked 112 Times in 111 Posts
glenngv will become famous soon enough
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
__________________
Glenn
_____________________________________________
Play Tower of Hanoi Android app (Ad-FREE!)
Play Tower of Hanoi Android app (FREE!)
Go to Tower of Hanoi Leaderboard
Play Tower of Hanoi Facebook app
glenngv is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:51 AM.


Advertisement
Log in to turn off these ads.