[snip]
I was wondering how do in trick in PHP page <head> part?

I want to disable Ctrl, Atl, Print Screen and also remove the File, Edit,
View menus from the browser.

I already have a working version with disabled Ctrl, Atl, Print Screen (
http://www.art-nyc.us/ )but I need some help with coding with the later.

If someone can please help me remove the File, Edit, View menus from the
browser in PHP it would help a LOT.
[/snip]

You need JavaScript, not PHP. JavaScript is client-side, PHP is server-side.

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

Reply via email to