Wednesday 3 February 2016

JavaScript - how to fix error - To display the webpage again, Internet Explorer needs to resend the information you've recently submitted. If you were making a purchase, you should click Cancel to avoid a duplicate transaction. Otherwise, click Retry to display the webpage again.

Watch this example on YouTube:






error
To display the webpage again, Internet Explorer needs to resend the information you've recently submitted. If you were making a purchase, you should click Cancel to avoid a duplicate transaction. Otherwise, click Retry to display the webpage again.

to fix it add the following
 location.href = location.href;
before
windows.location.relode();

No comments:

Post a Comment