No Right Click Generator - Simple-Code.Net
This is a simple JavaScript that allows you to protect your HTML source code and images of your web sites by preventing visitors from right-clicking on your sites. An specified alert box will prompt out when visitors right click their mouse.
Visit publisher site: No Right Click Generator - Simple-Code.NetListing Details
- Version:
- 1.0
- Filed in:
-
Scripts / JavaScript / Scripts & Programs / Security
- Submitted on:
- Last Updated:
- Publisher:
- Simple-Code.Net Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- Freeware
- Price:
- $0.00 USD
- Additional Info:
LICENSE #2
- License Type:
- Freeware
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
As with all "no right click" scripts this one is absolutely useless as all it does is annoy legitimate visitors without much knowledge of how the web works. It isn't even as effective a script as: window.oncontextmenu = function() {return false;} which at least works on a few additional browsers and blocks the context menu button on the keyboard in those browsers as well.