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
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/
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
3 matches
Mail list logo