Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/06/2013, 14:49
horizzont
 
Fecha de Ingreso: marzo-2010
Mensajes: 37
Antigüedad: 14 años, 1 mes
Puntos: 1
Respuesta: SlideUp y location.href

Ya funciona. En vez de delay había que poner setTimeOut:

setTimeout(function() { location.href = "sobre.html" }, 700);