Disable Right Clicks |
|
Simple Javascript to disable right clicks, reduces the number of people able to view your web page source code. copy the following code into the head section of the page you wish to protect. Important Note... This does not prevent people from viewing your source code and is very easy to circumvent It is impossible to prevent people from viewing your code, even for those people who sell you software to hide your code So don't waste your money. (Well the truth is it is possible, but because the browser can't read it your web page is useless) To further enhance the code above you need to place the page you want to hide in a frame. this will add 1 more level of protection. |