Forum Moderators: open
select menu:
Option 1 > value = 1
Option 2 > value = 1
...
When the user selects, say, option 1 (onchange?), I want the value to be a js variable so that I can tell a button (using macromedia gotourl) to go to a certain url where the picked option's value is in it.
How can I go about doing this?