Disabling the Right Mouse (Right-Click) Button
This script allows you to effectively protect your code from prying eyes by disabling the availability of the right-click context menu's View Source option in the browser.
Visit publisher site: Disabling the Right Mouse (Right-Click) ButtonListing Details
- Version:
- 1.0
- Filed in:
-
Scripts / JavaScript / Scripts & Programs / Security
- Submitted on:
- Last Updated:
- Publisher:
- Other listings by this publisher
License & Pricing Information
User Reviews
Add/Edit Your ReviewDisplaying 1-2 out of 2 reviews
-
This is an okay script, but do not rely on it to help prevent people from viewing your source since by temporaily disabling javascript users can get around it.
-
Any programmer with a minimal understanding of JS can figure out that on right-clicking the mouse, you just have to keep it pressed as you manoeuvre the mouse towards the alert box, click the 'OK' to close it, and then release the right button....VOILA! There you have your context menu! There are ways by which this loop-hole can be patched up though....