Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How to escape frames on form submission

by voyager (Friar)
on Jul 04, 2001 at 02:50 UTC ( [id://93713]=note: print w/replies, xml ) Need Help??


in reply to How to escape frames on form submission

If the submisstion was with a link <A> tag then you could set target="_top". Don't know how to do that with a form submission.

However, on the returned html you can accomplish this with some javascript. The exact syntax escapes me but it's something like

if self.src != top.src top.src = self.src;
But this in the body onload() method.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://93713]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-25 22:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found