![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/02/2006, 09:57
|
![Avatar de Cap.Buscapina](http://static.forosdelweb.com/customavatars/avatar76796_1.gif) | | | Fecha de Ingreso: octubre-2004 Ubicación: Argentina
Mensajes: 836
Antigüedad: 20 años, 3 meses Puntos: 4 | |
otra forma es con: Cita: function Validar(){
todos=document.getElementsByTagName('input');
for(x=0;x<todos.length-1;x++){
if (todos[x].value==""){
alert("Datos Incompletos");
todos[x].focus();
return false;
}
}
return true;
}
__________________ by Capitán Buscapina
.
Última edición por Cap.Buscapina; 23/02/2006 a las 10:03 |