|
assigned option value from a different dropdown
In a javascript brain rut and I need some help! New with this!
I'm trying to assign a selected value to an option in a dropdown form when another option from a separate dropdown form is clicked on.
example:
Form 1 >
option 2 is selected
when user uses the dropdown on Form 2 and clicks for instance option 7, then I need Form 1 > option 2 to change to Form 1 > option 1
I hope that makes sense..
I know it's probably pretty basic (calling a javascript command to assign a value to a certain option right?), I'm just trying to grasp javascript though. Thank you greatly if you can help
|