I have already created the browser notification for inactive web pages using
$(window).blur(function()
{
enter code here
});
but I have to know how to write code for closed web page.
Asked
Active
Viewed 76 times
0
-
Possible duplicate of [Confirmation before closing of tab/browser](http://stackoverflow.com/questions/10311341/confirmation-before-closing-of-tab-browser) – Md. Khairul Hasan Jul 01 '16 at 06:00
-
1Possible duplicate of [Javascript register window/tab closing event before window/tab close](http://stackoverflow.com/questions/2584124/javascript-register-window-tab-closing-event-before-window-tab-close) – str Jul 01 '16 at 06:01