
09/02/2002, 06:01
|
 | | | Fecha de Ingreso: diciembre-2001 Ubicación: Aragón España
Mensajes: 128
Antigüedad: 23 años, 3 meses Puntos: 0 | |
Re: Redireccionar <SCRIPT LANGUAGE="JavaScript">
<!-- Comienzo. Indica el tiempo y la página donde quieres redirigir al visitante
redirTime = "15000";
redirURL = "http://www.tuweb.com";
function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }
// Fin -->
</script>
<body onload="redirTimer()" |