Ver Mensaje Individual
  #5 (permalink)  
Antiguo 11/02/2009, 07:22
Avatar de gersveo
gersveo
 
Fecha de Ingreso: julio-2008
Mensajes: 145
Antigüedad: 16 años, 7 meses
Puntos: 5
Respuesta: Problema con select e input

por que no pruebas con esto

Cita:
var array = new Array();
for(i=0;i<56;i++){
array[i]=document.getElementById('tu_select_'+i).value;
}
sin usar
Cita:
for (i=1; i<=total; i++) {
temp=document.getElementById("pregunta_"+i).select edIndex;
escogidas[i]=temp.value;
}