![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/06/2004, 05:15
|
![Avatar de ludovico2000](http://static.forosdelweb.com/customavatars/avatar46447_1.gif) | | | Fecha de Ingreso: noviembre-2003 Ubicación: Bizkaia
Mensajes: 1.315
Antigüedad: 21 años, 3 meses Puntos: 2 | |
son las 13:15 y mi respuesta es:
<SCRIPT LANGUAGE="JavaScript">
function redir() {
setTimeout("location.href='http://www.otrapagina.com'", 1000);
}
</SCRIPT>
<body onload="redir()">
(1000 ES EL TIEMPO EN MILISEGUNDOS)
Esto es para redirigir, y puedes combinarlo con la función de cerrar:
function cerrar() {
var ventana = window.self;
ventana.close();
}
espero haberte ayudado
COMPARTIENDO, MEJORAMOS TODOS |