Put the following code(onunload or onbeforeunload):
window.onunload = function () {
setTimeout("document.getElementById('waiting-overlay').innerHTML=''", 10);
}
Put the following code(onunload or onbeforeunload):
window.onunload = function () {
setTimeout("document.getElementById('waiting-overlay').innerHTML=''", 10);
}