i've got an option bar, i want it to have a submit button that links, so i was hoping someone could show me how and explain as well, the code i have is just the option atm
- Code: Select all
<form>
<select name="pick a game">
<option value="ff.hmt">Final fantasy</option>
<option value="halo.htm">Halo</option>
<option value="ssbm.htm">Super Smash Brothers</option>
</select>
</form>

