soparagarottos

Bloqueio do Botão Direito

Aug 15th, 2012
3,745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <script language="javascript">
  2. var mensagem="DIGITE A MENSAGEM AQUI | SOPARAGAROTTOS";
  3. function clickIE() {if (document.all) {(mensagem);return false;}}
  4. function clickNS(e) {if
  5. (document.layers||(document.getElementById&&!document.all)) {
  6. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  7. if (document.layers)
  8. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  9. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  10. document.oncontextmenu=new Function("return false")
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment