Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/10/2006, 03:25
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 comprobar(f,t)
   {    
    if(isNaN(f[t].value))
     {
      alert("No es un numero");
      f[t].value="";
      f[t].focus();
      return false;
     }
    else
     {
      if(f[t].value<1 || f[t].value>30)
       {
        alert("El numero debe ser mayor que 0 y menor que 31");
        f[t].value="";
        f[t].focus();
        return false;
       }
      else
       {
        return true;
       }
     }
   }
 </script>
</head>
<body>
 <form id="formu" action="" method="post" onsubmit="return comprobar(this,'texto')">
  <input type="text" name="texto" />
  <input type="submit" name="verificar" value="verificar" />
 </form>
</body>
</html> 
;)
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan