Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/09/2006, 07:26
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 2 meses
Puntos: 62
;)

haber si te gusta esto:

Código HTML:
<html>
<head>
<script type="text/javascript">
 function Entero(f,numero)
  {
   if(isNaN(f[numero].value))
    {
     alert("No es un numero");
     f[numero].value="";
     f[numero].focus();
     return false;
    }   
  }
</script>
</head>
<body>
<form name="formu" onSubmit="return Entero(this,'entero')">
<input type="text" name="entero" />
<input type="submit" name="enviar" value="enviar" />
</form>
</body>
</html> 
;)
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan