Ver Mensaje Individual
  #11 (permalink)  
Antiguo 07/01/2005, 09:11
Avatar de sanfermin
sanfermin
 
Fecha de Ingreso: diciembre-2001
Mensajes: 601
Antigüedad: 22 años, 11 meses
Puntos: 2
en firefox no funciona :( en IE siiii

alguna solucion?

Cita:
Iniciado por JavierB
Hola, txarly.

A ver si esto te vale:
Código PHP:
<html>
<
head>
<
script>
function 
validar(e) {
    
tecla = (document.all)?e.keyCode:e.which;
    if(
tecla==86 && e.ctrlKey)
        return 
false;
}
</script>
</head>

<body>
<input type="password" name="textfield" onKeyDown="return validar(event)">
</body>
</html> 
Saludos,
__________________
MainMind.com
La blasfemia es el único lenguaje que de verdad conocen todos los programadores