Ver Mensaje Individual
  #9 (permalink)  
Antiguo 26/09/2007, 11:44
berthus
 
Fecha de Ingreso: octubre-2006
Mensajes: 68
Antigüedad: 17 años, 6 meses
Puntos: 0
Re: al cerrar el navegador

Creo que con estó te funcionará lo que pides
<head>
<script type="text/javascript">
window.onbeforeunload = function(){
window.location='tupagina.php'
}
</script>
</head>