SyntaxFix
Write A Post
Hire A Developer
Questions
If you are using jQuery, it is possible to disable rightclick on the whole page like this:
$( document ).ready(function() { $("html").on("contextmenu",function(){ return false;});}