Ver Mensaje Individual
  #15 (permalink)  
Antiguo 15/03/2010, 12:51
Avatar de Fernand0
Fernand0
 
Fecha de Ingreso: septiembre-2005
Ubicación: Buenos Aires
Mensajes: 610
Antigüedad: 19 años, 1 mes
Puntos: 19
Respuesta: Ayuda urgente, funcion JS para mostrar en pantalla

entonces hay un problema cuando definis data, hace un for para data y fijate su contenido..

Código Javascript:
Ver original
  1. for(var i=0; i<data.length; ++i)
  2. {
  3. alert(i+": "+data[i]);
  4. }