Folks,
I have an asp page that is used to write data to a SQL server. The form on the page loads itself.
The form must be submitted a minimum of 3 times before there is a sufficient amount of data to write a records (the 1st submit makes enough info available to populate 1st set of combo-boxes and the 2ns submit makes info available to populate the 2nd set of combo-boxes. The 3rd submit writes the record)
I distinguish between what stage of execution I am on by the fields that have been populated.
The main problem is that once the final submit has been done and the record is written - the form stays on the page and all fields are populated. The users are thinking this means nothing has happened and are submitting the record again (and again, and again!!).
How can I redirect the page after the final submit only?
Thanks in advance for any advice.
Graeme website:
I have an asp page that is used to write data to a SQL server. The form on the page loads itself.
The form must be submitted a minimum of 3 times before there is a sufficient amount of data to write a records (the 1st submit makes enough info available to populate 1st set of combo-boxes and the 2ns submit makes info available to populate the 2nd set of combo-boxes. The 3rd submit writes the record)
I distinguish between what stage of execution I am on by the fields that have been populated.
The main problem is that once the final submit has been done and the record is written - the form stays on the page and all fields are populated. The users are thinking this means nothing has happened and are submitting the record again (and again, and again!!).
How can I redirect the page after the final submit only?
Thanks in advance for any advice.
Graeme website: