Frequently Asked Questions
Answer...
You can disable the right click menu very easily with a simple JQuery script in the <head>
section of your webpage (don't forget script tags). Here is the code:
This can be circumvented by disabling JavaScript in the browser so its not full proof. Some people take this an extra step, by detecting if JavaScript is available and if it isn't, then redirecting the visitor away from the page. We DO NOT recommend this because it will prevent some mobile users from accessing your website and prevent the visually disabled visitors that use special browsers from accessing your site. Generally if someone knows enough to disable JavaScript, they will get what they want regardless of what you do.