ask for confirmation before closing window javascript code example Example: js ask before close window.onbeforeunload = function() { return ""; }