|
Posted by Mike Roetgers on 02/27/07 13:43
sousimou@gmail.com schrieb:
> i want to create an application web by PHP.
> i want to create un command buttum whit must close de navigator
> (internet explorer, mosilla, ...)
> can you help me
>
PHP is a server-side scripting language, so it can't close the browser
on the client. You are looking for javascript.
I'm not really into this js-thing, but this should work:
OnClick="javascript:window.close()"
Navigation:
[Reply to this message]
|