03/02/2005, 06:36
|
| | Fecha de Ingreso: abril-2004
Mensajes: 260
Antigüedad: 20 años, 8 meses Puntos: 1 | |
Listo!:
Acá lo paso:
if (document.form1.auto_01.checked){ }else{
error += "* Please click the Check Box Field to proceed with the form.\n";
}
if (document.form1.auto_02.checked){ }else{
error += "* Please click the Check Box Fields to proceed with the form.\n";
}
if (document.form1.auto_03.checked){ }else{
error += "* Please click the Check Box Field to proceed with the form.\n";
}
if (document.form1.auto_04.checked){ }else{
error += "* Please click the Check Box Field to proceed with the form.\n";
}
if (document.form1.auto_05.checked){ }else{
error += "* Please click the Check Box Field to proceed with the form.\n";
}
Espero que sirva. Saludos!.
__________________ :serio: :adios: |