Say I have:
<form>
<select>
<option value="page1.html">Page 1</option>
<option value="page2.html">Page 2</option>
</select>
<input type="submit" value="Submit">
</form>
How do I make it so that when I select an option, I click on this Submit button and it goes to the appropriate link that was selected?