close event code example Example: window closing event js window.onbeforeunload = function(){ alert("You are now leaving, are you sure?") }