cest-lavie

Bloqueando ctrl + u com alerta

May 12th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <script>
  2. var mensagem="SUA MENSAGEM AQUI";
  3. function bloqueio()
  4. {alert(mensagem);}
  5. document.onkeydown=bloqueio;
  6. </script>
Add Comment
Please, Sign In to add comment