Cita:
Iniciado por iDkInf
Si no toy equivocado seria asi:
Código HTML:
<script language="javascript">
setTimeout("url()",3000);
function url()
{
window.location="direccion web"
}
</script>
Saludos y espero que te funcione.
__________________
www teoobe com - Series online y peliculas online gratis
GRACIAS !!!! ERA LO NECESITABA !!!!
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)
ME SALVASTE..
un solo detalle por si alguien mas le sirve.....
<script language="javascript">
setTimeout("url()",2000);
function url()
{
window.location="nuevo_registro.php"; <----- falto agregar el punto y com al final
}
</script>