DISABLING BOTH LEFT & RIGHT MOUSE BUTTONS Script Source: http://www.CodeBrain.com
--------- The Code: ---------
------------- Instructions: -------------
Paste the JavaScript segment above into the header of your page. (That is, between the and tags.
Change the message in the alert() call from our message ('You cannot click on this page - neither mouse button will work.') to whatever you wish to appear in the alert box.
DISABLING THE RIGHT MOUSE (RIGHT-CLICK) BUTTON ON YOUR PAGE Script Source: http://www.CodeBrain.com
--------- The Code: ---------
------------- Instructions: -------------
Paste the JavaScript segment above into the header of your page. (That is, between the and tags.
Change the message in the alert() call from our message ('You can NOT Right-Click on this page -- but you CAN Left-Click.') to whatever you wish to appear in the alert box.
[END]
DISABLING THE LEFT MOUSE (LEFT-CLICK) BUTTON ON YOUR PAGE Script Source: http://www.CodeBrain.com
--------- The Code: ---------
------------- Instructions: -------------
Paste the JavaScript segment above into the header of your page. (That is, between the and tags.
Change the message in the alert() call from our message ('You can NOT Left-Click on this page -- but you CAN Right-Click.') to whatever you wish to appear in the alert box.