Redirect from one frame to _Parent or _Top

L

Lamine Darbouche

Please help?
I have my application with four frames and would like to redirect from one
frame to _parent or _top.
Can I do that with "Response.redirect" or similar?
Many thanks in advance.
Regards
Lamine
 
B

Bob Barrows

Lamine said:
Please help?
I have my application with four frames and would like to redirect
from one frame to _parent or _top.
Can I do that with "Response.redirect" or similar?
Many thanks in advance.
Regards
Lamine

No. ASP code knows nothing about frames. You need to do this in client-side
code. One way is by setting the src property of the desired frame object.
Please follow up in a client-side code newsgroup such as .scripting.jscript
or .scripting.vbscript, or one of the groups with "dhtml" in its name.

Bob Barrows
 
R

Ray at

The server cannot redirect to a different frame, as it is completely unware
of what a frame is. ONly the browser knows a frame. To the server,
"<frame>" is just more meaningless text in the response. You have to use
client side code to interact with frames.

Ray at work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top