if (window.confirm("Do you really want to leave?")) { window.open("exit.html", "Thanks for Visiting!"); }