1 2 3 4 5 6 7 8
<body> <p>I will ask not to be closed.</p> <script> window.onbeforeunload = function() { return "true"; }; </script> </body>