Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/02/2002, 06:01
Avatar de umdraiga
umdraiga
 
Fecha de Ingreso: diciembre-2001
Ubicación: Aragón España
Mensajes: 128
Antigüedad: 22 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()"