5 pts.
 Using multiple dropdown menus to trigger Javascript function
Hi everybody. I'm new to Javascript, and here's what I'm trying to do. I've got two dropdown boxes ('language' and 'word'). When the submit button is pressed, I want a div to show with the right word in it. I can do this fine with one dropdown box, but two has got me stumped. Any ideas would be much appreciated. S

Software/Hardware used:
ASKED: January 21, 2010  12:47 PM
UPDATED: January 24, 2010  2:04 AM

Answer Wiki:
You can call the same function form the selection changed event on both boxes. In your function make the first thing you do checking to make sure the selected index of both boxes are set. Then proceed processing code.
Last Wiki Answer Submitted:  January 24, 2010  2:04 am  by  Gent01   1,855 pts.
All Answer Wiki Contributors:  Gent01   1,855 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _