Ver Mensaje Individual
  #9 (permalink)  
Antiguo 22/11/2008, 21:07
Avatar de Panino5001
Panino5001
Me alejo de Omelas
 
Fecha de Ingreso: mayo-2004
Ubicación: -34.637167,-58.462984
Mensajes: 5.148
Antigüedad: 20 años, 5 meses
Puntos: 834
Respuesta: Problema con setTimeout en Firefox

Una mejora:
Código PHP:
function pop()
{
i=tag('x').getElementsByTagName('img')[0];
tag('x').removeChild(i);
tag('x').appendChild(i);
i=null;//mejora el rendimiento
c=setTimeout(pop,600);