Source code
Revision control
Copy as Markdown
Other Tools
<body>
<p>I will ask not to be closed.</p>
<script>
window.onbeforeunload = function() {
return "true";
};
</script>
</body>
<body>
<p>I will ask not to be closed.</p>
<script>
window.onbeforeunload = function() {
return "true";
};
</script>
</body>