
31/10/2010, 15:15
|
 | Colaborador | | Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 17 años, 1 mes Puntos: 1012 | |
Respuesta: Ayuda settimeout() solo por probar Cita: function actualizardatos(indice)
{
setTimeOut(function() {
//resto funcion
},1000);
} |