Disabling right click menu using javascript
Hi tired of searching and integrating so many scripts on your webpage to disable the right clcik option?
Then here is a simple method inside the HTML or PHP or what ever page you want this to happen just add this code oncontextmenu=”return false;” inside the body tag simple
<body oncontextmenu=”return false;”>
Related posts:
- Disabling right click menu using javascript Enhanced Version
- Context Right Click Menu Using Javascript
- View webpage source using javascript
- Simple Ajax with PHP click tracker
- Check password strength using javascript
- Change webpage background color using javascript
- Right Click Context Menu In Flash Movie Simple Method
