Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/03/2002, 22:17
Avatar de Kaopectate
Kaopectate
Colaborador
 
Fecha de Ingreso: diciembre-2001
Ubicación: Curaçao (Antillas Holandesas)
Mensajes: 3.179
Antigüedad: 22 años, 4 meses
Puntos: 38
Re: limitar la password a más de 8 caracteres

Te falta poco:

Código:
if (window.document.form1.clave.value.length < 8){
error=1;
texto= texto + "El campo Password debe tener al menos 8 caracteres\n"};
}