Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/11/2005, 07:13
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años
Puntos: 5
trata asi para ver:

Código PHP:
function validar() {
  var 
document.form1;
  var 
relleno 0;
  
  if (
f.texto1.value != "") {
   
relleno++;
  }
  
  if (
f.texto2.value != "") {
   
relleno++;
  }
  
  if (
f.texto3.value != "") {
   
relleno++;
  }
  
  if (
f.texto4.value != "") {
   
relleno++;
  }
  
  if (
relleno >= 2) {
   
alert("Llenó mas de dos");
  } else {
   
alert("Debes llenar al menos dos. cualquiera!");
  }
 } 
saludos
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.