[PHP] how to specify dimensions of opened window?

2002-12-23 Thread Jody Cleveland
Hello, I'm wondering, without the use of javascript, how to specify browser parameters for pop up windows. Such as window size and whether there's a toolbar. This would be for a popup when users would click on a link. Is this possible? -Jody Cleveland Winnefox Library System Computer Support

Re: [PHP] how to specify dimensions of opened window?

2002-12-23 Thread Rick Emery
Subject: [PHP] how to specify dimensions of opened window? Hello, I'm wondering, without the use of javascript, how to specify browser parameters for pop up windows. Such as window size and whether there's a toolbar. This would be for a popup when users would click on a link

RE: [PHP] how to specify dimensions of opened window?

2002-12-23 Thread Jody Cleveland
You can, however, use PHP to generate JavaScript that will set the window parameters when executed. How would I do that? Jody -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to specify dimensions of opened window?

2002-12-23 Thread Rick Emery
to specify dimensions of opened window? You can, however, use PHP to generate JavaScript that will set the window parameters when executed. How would I do that? Jody -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] how to specify dimensions of opened window?

2002-12-23 Thread Jody Cleveland
Use PHP print/echo statements to create the JavaScript code, just as you would HTML code. Um... How would you go about doing that? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to specify dimensions of opened window?

2002-12-23 Thread Rick Emery
9:02 AM Subject: RE: [PHP] how to specify dimensions of opened window? Use PHP print/echo statements to create the JavaScript code, just as you would HTML code. Um... How would you go about doing that? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http