OKay, I have the code sorted out for a dropdown box, but it doesn't change when I select them, I don't want a button, because it looks ugly, I would like the page to change when I select the certain item.
code:
<p align="right">
<form name="form1">
<select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
<option style="color:gray;">Select your language here</option>
<option value="english/index.html">English</option>
</select>
</form>
</p>