</script>
<script>
  function anularBotonDerecho() {
    if (event.button==2) {
     alert('Botón derecho deshabilitado');
    }
  }
  document.onmousedown=anularBotonDerecho; 
</script>
</div>

