Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/06/2002, 22:53
el_asound
Invitado
 
Mensajes: n/a
Puntos:
Re: ventana flotante

boton derecho



<html>
<head>
<!-- Copiar dentro del tag HEAD -->
<!-- Botón derecho del mouse -->

<script LANGUAGE="JavaScript1.1">

<!-- Adaptado por Tk: Compatible con IE y NS -->
<!-- Script original enviado por Graciela -->

function derecha(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)){
alert('Botón derecho inhabilitado')
return false;
}

else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2)){
alert('Botón derecho inhabilitado')
}
}
document.onmousedown=derecha
</script>

</head>

<body>
</body>
</html>



<iframe marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://www.ansiwebs.com/Poexia/index.html" width=468 height=60></iframe>