$(window).on('beforeunload', function () {
alert('Do You Want Close This');
AjaxCall();
});
This is my code . Not showing alert when relaod browser ,close browser ,tab close in Google chrome and FF .Please this issue.
This code run olny IE .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Salman BegPosted Oct 20, 2019, 7:25 AM