faqts : Computers : Programming : Languages : JavaScript : Document

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

0 of 4 people (0%) answered Yes
Recently 0 of 4 people (0%) answered Yes

Entry

how can i protect my web page ? i mean how to disable saveas command and right click on the page ?

Jan 8th, 2007 21:15
Colin Johnson, lalit joshi,


To disable right-click and shift f10 you can add this you your body:


<body oncontextmenu="return false;">


This should stop right-click but I don't have an anwser for the Save-as