on tab closing alert code example Example: js ask before close window.onbeforeunload = function() { return ""; }