Ver Mensaje Individual
  #5 (permalink)  
Antiguo 08/04/2008, 01:43
quimfv
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Sabadell
Mensajes: 4.897
Antigüedad: 16 años, 8 meses
Puntos: 574
Re: Ayuda validacion Radio Button

Código:
for ( var i = 0; i < obra.length; i++ ) {
if ( obra[i].checked ) {
No me parece mal si te funciona.

Tratas el grupo de opciones como un array, como consigues el array?

Quim