Question
Second Dropdown/Select list situation
i've got 2 dynamically created dropdown lists on a page. the
2nd list
runs a query based on the option chosen in the first list.
after the user chooses an option in the 1st dropdownlist, i've got an
onChange event handler that submits the FORM
(onChange="this.form.submit()").
my problem is that when the 2nd form appears and is ready for the user
to choose an option - the 1st form's value goes back to the default
where it say "Select Catgory". i need the 1st form to retain the
option actually chosen by the user.
is this a javascript solution? if so, how?
is this a cold fusion solution?
oh. the first dropdown used a regular HTML <FORM> tag. the 2nd
dropdown uses a <CFFORM> (i'm not sure if that means anything or
not)
runs a query based on the option chosen in the first list.
after the user chooses an option in the 1st dropdownlist, i've got an
onChange event handler that submits the FORM
(onChange="this.form.submit()").
my problem is that when the 2nd form appears and is ready for the user
to choose an option - the 1st form's value goes back to the default
where it say "Select Catgory". i need the 1st form to retain the
option actually chosen by the user.
is this a javascript solution? if so, how?
is this a cold fusion solution?
oh. the first dropdown used a regular HTML <FORM> tag. the 2nd
dropdown uses a <CFFORM> (i'm not sure if that means anything or
not)