/ Published in: JavaScript
A way to call a function before the window is unloaded/refreshed/etc. Used in the first E-shot Management System. Useful for auto-saving data/content before the window is closed or refreshed.
Expand |
Embed | Plain Text
window.onbeforeunload = function_name;
You need to login to post a comment.
