Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Need to use Javascript function in Code

by screamingeagle (Curate)
on Aug 29, 2002 at 07:18 UTC ( [id://193689]=note: print w/replies, xml ) Need Help??


in reply to Need to use Javascript function in Code

try the window.open function (e.g. add this between the <HEAD> and the </HEAD> tags):
my $code = <<EOF; <script language=javascript> var newwin = window.open('output.html' , 'Windowname', 'location=0,me +nubar=0,resizable=1,height=350,width=500,innerHeight=350,innerWidth=5 +00,scrollbars=1,toolbar=0,titlebar=0'); newwin.focus(); </script> EOF ; print $code;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-19 07:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found