Ver Mensaje Individual
  #5 (permalink)  
Antiguo 17/05/2010, 14:03
dconsolidado
 
Fecha de Ingreso: noviembre-2008
Mensajes: 38
Antigüedad: 16 años, 2 meses
Puntos: 2
Respuesta: Consulta sobre Javascript

Pleno 0Killed, quedo chevere..

Quedo asi..

Código Javascript:
Ver original
  1. if (objListaTemp.options.length > 0){
  2.                 for(i=0; i < objListaTemp.options.length; i++){
  3.                     list[i] = objListaTemp.options[i].value;
  4.                     variable += list[i] + ',';
  5.                 }
  6.                 alert(variable);
  7. }

Gracias por la ayuda.

Chevere contigo.