I am getting the following issue in IE 11
"
To display the webpage again, the web browser needs to
resend the information you've previously submitted.
If you were making a purchase, you should click Cancel to
avoid a duplicate transaction. Otherwise, click Retry to display
the webpage again
"
My code snippet is the following where I try to reload my parent page from the popupclose window
$('.closeccmbtn').on('click', function (event) {
$this.find('[id$="hdnloaded"]').val('false');
event.preventDefault();
document.location.reload(true);
});
Thanks and Regards
Balaji.R
ASP.NET Devloper
Solve-IT corp