How to Disable Right click mouse on website or Blogger

How to Disable Right click mouse on website or Blogger.

Copy below html code and paste blogger add gadget.

------------------------------------------------------------------------------------------

 <script>

document.addEventListener("contextmenu", function(event){

event.preventDefault();

alert('This Website Right Click is Disabled');    

}, false);

</script>

---------------------------------------------------------

About Me

author Click here for Connect FB

Click here for Linkedin