Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/10/2005, 06:58
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 9 meses
Puntos: 5
en el evento onunload agregas una función y luego en esa función haces el llamado a la ur:

ejemplo:

<body onunload="abrir_otra()">

<script>
function abrir_otra() {
window.open("otra_pagina.html", "nom_page", "features");
}
</script>

y listo
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.