Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Perl + Frames + JavaScript

by tachyon (Chancellor)
on Jan 05, 2003 at 12:27 UTC ( [id://224404]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use CGI;
    my $q = new CGI;
    ...
    # or roll your own header like this 
    print "Window-Target: ResultsWindow
    Content-Type: text/html\n\n";
    
  2. or download this
    <a href="/cgi-bin/script.pl?target=SomeFrame&other=stuff">Click Here</
    +a>
    
    # and in the script
    my $target = $q->param('target');
    print $q->header(-target => $target );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-03-28 23:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found