DESACTIVAR BOTON DERECHO DEL MOUSE CON MENSAJE DE ALERTA
<!-- Codigo para evitar ser copiado --><script>if (document.all) document.body.onmousedown=new Function("if (event.button==2||event.button==3) alert('Mensaje de Alerta Aqui')") </script><!-- Fin del codigo -->
|