HTML
Confirm Window Close....
JS
function preventClose() {
return "Ok will lead to loss of unsaved Datas.";
}
window.onbeforeunload = preventClose;
Example
Click Here to download and view Confirm Window Close example
Note: Download confirm-window-close.html on your PC. after you can view sample











0 comments:
Post a Comment