Ver Mensaje Individual
  #9 (permalink)  
Antiguo 31/10/2010, 15:15
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 16 años, 7 meses
Puntos: 1012
Respuesta: Ayuda settimeout()

solo por probar
Cita:
function actualizardatos(indice)
            {
setTimeOut(function() {
//resto funcion
},1000);
}