Guest User

Untitled

a guest
Dec 9th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <SCRIPT language=JavaScript>
  2. var message = "TeamLixo.com does not allow the right click Function";
  3. function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; }
  4. if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } }
  5. document.onmousedown = rtclickcheck;
  6. </SCRIPT>
Add Comment
Please, Sign In to add comment