I know this question is simple, but I couldn't find it elsewhere so I thought it would be appropriate to ask.
I have a simple drop down list. I use onchange to trigger an event when the selection is changed. I want to know what I need to do in order to turn the selection into a variable within javascript. So that I can use that variable to do something else (specifically to populate another dropdown list using a switch statement).
Thanks
<select>value?