return to homepage

Scripts: Javascript

No Right Click Context Menu

This script prevents visitors to your web page right clicking on the page (e.g. to view properies, source code etc). It's only a cursory deterant to people who are not very familiar with how web pages are set up.

Right click on this page to see it in action. Just copy the following code anywhere in the web page.

<SCRIPT for="document" event="oncontextmenu">
return false;
</SCRIPT>