Larry Brown wrote:

Does PHP have any commands to set the size of the window to be loaded?  For
that matter are there any methods for hiding buttons etc. from PHP?

Being server-side it can only output html. You can open a new window but not set its parameters. To do that you need JavaScript, which you can output via PHP from the server.

HTH
Chris



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to