1
Answer

Alert not show with beforeunload event.

Photo of Sourabh Dhiman

Sourabh Dhiman

5y
2.6k
1
$(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 . 

Answers (1)