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