zero_000xz@hotm
08-19-2005, 02:45 PM
i've searched everywhere but i cant quite find what im looking for i hope some1 here can help me...
ok so im making two forms, one that contains mostly comboboxes and loads all its contents from different tables in an SQL db and when the user submits it send the information to an independant table. Another form that also contains mostly comboboxes (and some comboboxes are the same as the first form, only like 2) is supposed to have an "optional" combobox that when the user selects an option, all the comboboxes that are the same as the first form automatically select the same option as they chose on the first form. this is used to save time, i really dont get it since it's only 2 comboboxes but my tutor sais it has to be that way so...
Anyway i know it's made with the "onchange event" on the optional combobox and that it's could be done with a javascript but problem is i dont know js. Also the way this works is that the user is given an Event ID on the first form so when they go to the second form they just select the event id on the optional combobox and the combos are filled.
So i hope some1 can point me the right way here, thanks in advance :)
ok so im making two forms, one that contains mostly comboboxes and loads all its contents from different tables in an SQL db and when the user submits it send the information to an independant table. Another form that also contains mostly comboboxes (and some comboboxes are the same as the first form, only like 2) is supposed to have an "optional" combobox that when the user selects an option, all the comboboxes that are the same as the first form automatically select the same option as they chose on the first form. this is used to save time, i really dont get it since it's only 2 comboboxes but my tutor sais it has to be that way so...
Anyway i know it's made with the "onchange event" on the optional combobox and that it's could be done with a javascript but problem is i dont know js. Also the way this works is that the user is given an Event ID on the first form so when they go to the second form they just select the event id on the optional combobox and the combos are filled.
So i hope some1 can point me the right way here, thanks in advance :)