I have an asp page that takes the values from a form and uses an insert into statement to add the record to an SQL database. I open the connection, set up the sqlstmt and then do: conn.execute(sqlstmt). It then writes a statment to the user that the record was added. Now here is the problem: most of the time the record is added twice; however, today we noticed that if the page was closed quickly, only one record is added. It is not a consistent problem. This is running on a new computer and Netscape. My thought was that maybe the page is reloading itself, therefore adding another record. Any help will be appreciated.
Shelly
Shelly