I need to disable "redirecting after form post warning" dialog.
Which is same issue with:
Reload browser window after POST without prompting user to resend POST data
But in my case, I submit form from a colorbox dialog. After submiting form, I close the colorbox popup and reload the parent page:
parent.location.reload();
But this gives that warning. How can I disable this?
Edit: Apperantely I get repost form warning in Internet Explorer. I don't get it from other browsers.
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; .NET4.0C; InfoPath.2)