Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/09/2010, 14:03
Avatar de triibhals
triibhals
 
Fecha de Ingreso: agosto-2010
Mensajes: 93
Antigüedad: 13 años, 8 meses
Puntos: 1
Respuesta: Problema al Cerrar Pagina

Bueno pues buscando encontre la solucion, no se si esto sea permitido pero me contestare yo solo la duda, haciendo un aporte


Cita:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Cerrar</title>
</head>
<body>
<H1>Página contenido</H1>

<P>Blah Blah Blah</P>
</body>
</html>
<SCRIPT LANGUAGE="JavaScript">
<!--
window.onbeforeunload = function(e) {
return "";
};
//-->
</SCRIPT>