19/03/2004, 20:38
|
| | Fecha de Ingreso: noviembre-2002
Mensajes: 571
Antigüedad: 22 años, 1 mes Puntos: 2 | |
Gracias tunait ya me valida los radio!!!
Ahora tengo otro problemilla..., le intento meter un focus y me dice que ese objeto no soporta ese parametro, le he intentado meter el focus a un campo oculto y también me da error sabes alguna forma para que el alert pueda llevar tambien un focus con los radio???
AFICIONES1 = 0
for(m=0;m<2;m++){
if(theForm.AFICIONES1[m].checked == true){
AFICIONES1++
}
if(AFICIONES1==0){
alert('Por favor, ingrese su Puesto Asistencial')
theForm.AFICIONES1.focus();
return (false);
}
}
Un saludo. |