Re: [PHP] closing browser's window

2002-09-22 Thread Justin French
I can't imagine how anyone could thing this is a good idea! What's next? Change my browser preferences without asking me? Move some files around on my hard drive? FWIW, PHP is a SERVER SIDE language. It doesn't interact with the browser... by the time your browser recieves a page, it's just p

Re: [PHP] closing browser's window

2002-09-22 Thread Chris Hewitt
Murat . wrote: >is it possible to close client's browser's window from php script? > From a php script yes, but not by PHP, because PHP runs on the server, not the browser. If you use JavaScript you can close it with window.close() HTH Chris -- PHP General Mailing List (http://www.php.net/

[PHP] closing browser's window

2002-09-22 Thread Murat Ö.
hi, is it possible to close client's browser's window from php script? thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php