26/09/2007, 11:44
|
| | Fecha de Ingreso: octubre-2006
Mensajes: 68
Antigüedad: 18 años 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> |