Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/02/2004, 08:11
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Ah, vale

prueba a ver si te sirve algo así:



<input type="text" name="pepe" onblur="if(isNaN(this.value)){alert('Sólo puede introducir números en este campo');this.value='';this.focus()}" />