NO
RIGHT CLICKING |
EXAMPLE |
| Click Anywhere inside this
page, to view Example. |
Disable your visitors ability to right click, when viewing your site. #1 Way to help protect your site's source code, etc. » Highlight the code below, press CTRL + C to copy. |
CODE (S) |
============================================================ Put the following script in the head of your page: <script language="Javascript1.2"> // (C) 2003 CodeLifter.com // Set the message for the alert box // do not edit below this line function nrc(e) { document.onmousedown = nrc; </script> ============================================================ |