Ver Mensaje Individual
  #13 (permalink)  
Antiguo 12/11/2010, 14:43
Avatar de Panino5001
Panino5001
Me alejo de Omelas
 
Fecha de Ingreso: mayo-2004
Ubicación: -34.637167,-58.462984
Mensajes: 5.148
Antigüedad: 20 años, 7 meses
Puntos: 834
Respuesta: Confirmacion para salir y si no sale ir a otra URL

Fijate:
Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<
title>Documento sin título</title>
<
script type="text/javascript">
var 
PreventExitSplash=false;
var 
exitsplashalertmessage '     ***************************************\n\n         ESPERA ANTES DE QUE TE VAYAS !\n\n     HAZ CLICK EN EL BOTON *CANCELAR* AHORA\n        PARA QUE OBSERVES LO SIGUIENTE.\n\n          TENGO ALGO ESPECIAL PARA TI!\n\n     ***************************************';
var 
exitsplashmessage '***************************************\n\n    ESPERA ANTES DE QUE TE VAYAS !\n\n  HAZ CLICK EN EL BOTON *CANCELAR* AHORA\n     PARA QUE OBSERVES LO SIGUIENTE.\n\n      TENGO ALGO ESPECIAL PARA TI!\n\n***************************************';
function 
DisplayExitSplash() {
    if (
PreventExitSplash == false) {
        
window.scrollTo(00);
        
window.alert(exitsplashalertmessage);
       
//aquí ponés el código para mostrar una capa con un iframe que apunte a la página que necesites mostrar
        
return exitsplashmessage;
    }
}
window.onbeforeunload=DisplayExitSplash;
</script>
</head>

<body>
</body>
</html> 
Considero que es una mala práctica porque cuando el usuario ejecuta una acción para irse de la página es evidente que quiere irse y no hay que molestarlo.