Ver Mensaje Individual
  #5 (permalink)  
Antiguo 06/03/2003, 02:18
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Hola, harg.

Prueba con:

function aceptaletras(evt){
var key = nav4 ? evt.which : evt.keyCode;
return (key <=13 || (key <= 47 || key >= 58));
}

Espero que te funcione. Saludos,