Ver Mensaje Individual
  #5 (permalink)  
Antiguo 30/05/2011, 15:49
JMSystem
 
Fecha de Ingreso: abril-2011
Ubicación: Iquitos, Peru
Mensajes: 113
Antigüedad: 13 años
Puntos: 31
Respuesta: Direccionar Una Web

intenta con setTimeOut

Código PHP:
echo "<script type='text/javascript'>setTimeOut(top.location.href = 'index.html',5000);</script>"
te rediccionara en 5 segundos

Última edición por JMSystem; 30/05/2011 a las 15:58