Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/03/2006, 05:36
Avatar de flaviovich
flaviovich
 
Fecha de Ingreso: agosto-2005
Ubicación: Lima, Peru
Mensajes: 2.951
Antigüedad: 18 años, 9 meses
Puntos: 39
Prueba con esto.
Código:
boxes = getElementByTagName
sw = true;
i=0;
while (sw)
{
  box = document.form1["campo_"+i];
  if (box)
  {
    if (box.value == "") alert("Campo vacio");
    i++;
  }
  else
  {
    sw = false;
  }
}
__________________
No repitamos temas, usemos el Motor de busquedas
Plantea bien tu problema: Ayúdanos a ayudarte.