in reply to How can I open a new browser window to a given size?
Buttons (and many other HTML tags) can have JavaScript attributes, where you can insert code, as well.<script> window.open("script.pl","_new","width=1024,height=768"); </script>
Here are some useful URLs:
|
|---|