Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

How to escape frames on form submission

by writhe (Initiate)
on Jul 04, 2001 at 02:24 UTC ( [id://93711]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        if ($Config{'redirect'}) {
            print "Location: $Config{'redirect'}\n\n";
        }
    
  2. or download this
        if ($Config{'redirect'}) {
            print "Window-target: _top\n";
            print "Location: $Config{'redirect'}\n\n";
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 23:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found