<shift><f4> or <alt><f4>?
Anyway, you could try to block with Javascript the <alt> key, which is
common among all your options (or <alt> and <shift>).
There's a key map on Javascript that references each keyborad key with a
variable. Just do something like onKeyPress('var') = ''.
I don't remember the exact code but a google search will do fine.
PS: I don't know if you know this, but it's impossible to prevent
keystrokes with PHP (since it's server side), unless you go really crazy and
exec(); a program to do so.
--
Julio Nobrega.
Um dia eu chego l�:
http://sourceforge.net/projects/toca
Ajudei? Salvei? Que tal um presentinho?
http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884
"Baloo :0)" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I have a routine to administrate a cybercafe with MySQL, PHP over Win
> 2K.
>
> Does anyone knows how could I programm a routine to request ID and
> Password wich disables the <ctrl><alt><del> , <alt><tab> and
> <shift><f4>?
>
> Thanks in advance,
>
> Alfredo
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php