![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/10/2008, 14:24
|
![Avatar de America|UNK](http://static.forosdelweb.com/customavatars/avatar159924_15.gif) | | | Fecha de Ingreso: noviembre-2006 Ubicación: Piura - Perú
Mensajes: 582
Antigüedad: 18 años, 2 meses Puntos: 56 | |
Respuesta: validacion de numeros Código PHP: <script type="text/javascript"> function verif(f) { if (f.cantidad.value < 40) { alert('Es menos que 40'); return false; } } </script>
<form name="formulario" id="formulario" onSubmit="return verif(this)"> <input name="cantidad" id="cantidad" /> <input type="submit" />
Lee más en http://www.webestilo.com/javascript/js06.phtml
__________________ /* El que atiende, entiende..., el que entiende, aprende!.
Desarrollo Web Freelance, Contactar */ |