Javascript disable right click (no right click)
Posted on: October 1, 2010 /
Categories: JavaScript
Use this code to disable right click on html pages:
<body oncontextmenu="return false;">