To make a confirmation prompt before leaving the page in javascript you can use the following snippet.
Sample Javascript
window.onbeforeunload = function(){ var msg = 'Do you really want to leave this page?'; return msg; };
All the Code Snippets and Samples you need
To make a confirmation prompt before leaving the page in javascript you can use the following snippet.
window.onbeforeunload = function(){ var msg = 'Do you really want to leave this page?'; return msg; };
You must be logged in to post a comment.
RT @CodeSnippetsNET: confirmation before leaving page in #javascript http://t.co/fye8EYvD1e #js #php
RT @CodeSnippetsNET: confirmation before leaving page in #javascript http://t.co/fye8EYvD1e #js #php