I have a form with 2 drop down lists that the second is dependent on the first selection. I am using javascript to populate the list, but...
* The user will continue from the form to a confirmation page.
* If they need to make a change, they browse back to make that change.
* When they browse back, the values of the dependent lists are gone and my check to ensure that all fields have values isn't working on the dependent drop down list.
This has become a problem. I know that there is a way to do this using ASP, I believe it uses 2 forms on the one page but I am not sure how to do this.
Any Suggestions/Examples ?
Thanks :->
* The user will continue from the form to a confirmation page.
* If they need to make a change, they browse back to make that change.
* When they browse back, the values of the dependent lists are gone and my check to ensure that all fields have values isn't working on the dependent drop down list.
This has become a problem. I know that there is a way to do this using ASP, I believe it uses 2 forms on the one page but I am not sure how to do this.
Any Suggestions/Examples ?
Thanks :->