How to alert users on unload the page
window.onbeforeunload = Call;
function Call() {
return "Put some question here?";
}
// This will not print the message on firefox (the message appears in chrome, safari, Opera and IE)
Written by Djalma Araújo
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Events
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#