|
-
Sep 21st, 2000, 01:22 PM
#1
In my application, there is a main page calling another page with 2 frames (each linking to say 1.asp and 2.asp).
1.asp has a response.redirect to 3.asp.
The problem is after it has been redirected to 3.asp, all I get is 2 frames showing 3.asp and 1.asp.
Could anyone let me know how to remove the 2.asp frame and display just 3.asp?
Thanx!
-
Sep 21st, 2000, 01:45 PM
#2
Frenzied Member
Try this instead:
Code:
Response.Write "<SCRIPT language='JavaScript'>"
Response.Write "window.parent.parent.location.href='page.asp';"
Response.Write "</SCRIPT>"
Response.End
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Sep 21st, 2000, 01:55 PM
#3
Monte, Thank You so much.
I really appreciate your helping me in my first web application.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|