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

2002-12-23 Thread Rick Emery
Can't do this with PHP, which is server-side. You can, however, use PHP to generate JavaScript that will set the window parameters when executed. - Original Message - From: Jody Cleveland [EMAIL PROTECTED] To: Php-General (E-mail) [EMAIL PROTECTED] Sent: Monday, December 23, 2002 8:19 AM

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