Advertisement
candycaiine

Disable Right Click

Sep 23rd, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <SCRIPT TYPE=”text/javascript”>
  2.  
  3. <!—
  4.  
  5. function clickIE() {if (document.all) {(message);return false;}}
  6.  
  7. function clickNS(e) {if
  8.  
  9. (document.layers||(document.getElementById&&!document.all)) {
  10.  
  11. if (e.which==2||e.which==3) {(message);return false;}}}
  12.  
  13. if (document.layers)
  14.  
  15. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  16.  
  17. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  18.  
  19. document.oncontextmenu=new Function(“return false”)
  20.  
  21. // —>
  22.  
  23. </SCRIPT>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement