|
Okay, this is a bit of a complicated situation, so hang with me please .
On my script, I have 4 drop down boxes, called "choice1","choice2","choice3","choice4". Then I also have a hidden value called "choice".
What I need is that whenver someone picks a value out of any of the 4 dropdowns, it does 2 things:
1. Sets all 3 of the other dropdown boxes back to their top (original) value.
2. Sets the value of choice (hidden) to that of the selected option.
This is a bit beyond my knowledge, I don't use javascript too much. Any help is VERY appreciated
Thanks,
Submerged
|