I am using an HTML form to post data to an Access database through IE browser, but when a user enters info into the database I am getting the info twice although the user only submits once.
It's not that the data is being written twice
but it looks like the the ASP page is being executed
twice. All the data is the same except the password field which is randomly generated in the ASP page. This shows that the page is twice executed.
I am thinking this is some sort of bug in IE or IIS.
Has anybody com across this problem?
It's not that the data is being written twice
but it looks like the the ASP page is being executed
twice. All the data is the same except the password field which is randomly generated in the ASP page. This shows that the page is twice executed.
I am thinking this is some sort of bug in IE or IIS.
Has anybody com across this problem?