![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/08/2008, 08:57
|
![Avatar de foreverOdd](http://static.forosdelweb.com/customavatars/avatar203712_2.gif) | | | Fecha de Ingreso: noviembre-2007 Ubicación: Caracas
Mensajes: 489
Antigüedad: 17 años, 2 meses Puntos: 14 | |
Respuesta: referencia radios creados en PHP para validar que un radio haya sido seleccionado haces:
seleccionado = false;
for(i=0; i<NOMBRERADIO.length;i++){
if(NOMBRERADIO[i].checked == 'true')
seleccionado = 'true';
}
if (!selecionado) alert('LLENE TODOS LOS CAMPOS')
ahora el detalle esta en recorrer todo los grupos de radios
__________________ My path is lit by my own fire, I only go where I desire |