Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: How can I open a new browser window to a given size?

by infinityandbeyond (Sexton)
on Jul 30, 2000 at 02:32 UTC ( [id://25118]=note: print w/replies, xml ) Need Help??


in reply to How can I open a new browser window to a given size?

Unfortunately, even Perl can't conquer all your problems. The solution here is to use a Perl programmer's least favorite friend...Javascri pt. Quick and easy javascript solution:
<script> window.open("script.pl","_new","width=1024,height=768"); </script>
Buttons (and many other HTML tags) can have JavaScript attributes, where you can insert code, as well.

Here are some useful URLs:

Infinity ... and Beyond

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-04-23 19:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found