Currently, I am working on an ASP.NET application that is designed to work solely on IE7 for our internal website.
One issue I have encountered is when a user needs to input data, a child window with a form pops up. After the form is closed, I have implemented javascript:window.opener.location.reload(true) to ensure the new data is displayed on the main page.
However, there is a persistent issue where the browser prompts the user to repost the page. Is there any known method to disable this feature?