Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/02/2004, 12:33
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Hola, nyame y tunait.

Esto me ha funcionado en Netscape y Mozilla, pero falla en Explorer:
Código PHP:
<html>
<
head>
<
script>
function 
pulsar(e) {
    
tecla=(document.all) ? e.keyCode e.which;
    if (
tecla==115 && e.altKey)
        return 
false;
}
</script>
</head>

<body onkeydown="return pulsar(event)">

</body>
</html> 
Espero que sirva de algo. Saludos,