Why onbeforeunload event is not firing
问题 I tried the code on Chrome, FireFox and Safari. Still the onbeforeunload does not fire. I also tried the onunload , but it did not work. Here is the code I am experimenting with: <!doctype html> <html lang="en"> <head> <title> Output to a Page </title> <meta charset="utf-8"> <script> window.onload = init; window.onclick = clk; window.onbeforeunload = closing; function clk() { window.alert("Ouch !!"); } function closing() { console.log("function alrt WORKS !!!!"); window.alert("closing now....