<!DOCTYPE html><html><body> <script>window.onbeforeunload = function() { return "Leaving this page will reset the wizard";};</script><button onclick="window.close()">Close</button><button onclick="window.onbeforeunload = null">Disable onbeforeunload</button></body></html>
12345678910111213141516