RE: Open a brand new browser window with Perl

2002-02-07 Thread Ron Goral
I hate it when I make a post and then answer my own questions, but Morbus made me recall the window resizing and moving methods useable via JavaScript. If I were to "print" the new page with an onLoad event that called the resizeTo and moveTo methods, I can resize and move my windows anywhere I

Re: Open a brand new browser window with Perl

2002-02-07 Thread Morbus Iff
>Is it possible to open a brand new browser window and set it's size, >location and characteristics (no menu bar, no status bar, etc.) using Perl >or is it necessary to always use the same window that has called the script? With Perl, no. But you can certainly tell Perl to send some javascript