CODE
<!-- begin code provided by createblog.com -->
<form name="Links">
<select style="font-size:12px;color:#FFFFFF;font-family:verdana;background-color:#000000;" name="menu">
<option value="http://test.com">test.com</option>
</select>
<input style="font-size:12px;color:#FFFFFF;font-family:verdana;background-color:#000000;" type="button" onClick="location=document.Links.menu.options[document.Links.menu.selectedIndex].value;" value="Go 2">
</form>
<!-- end code provided by createblog.com -->
Just change, to what you like
CODE
<!-- begin code provided by createblog.com -->
<select style="font-size:12px;color:#FFFFFF;font-family:verdana;background-color:#000000;" name="menu">
and
<input style="font-size:12px;color:#FFFFFF;font-family:verdana;background-color:#000000;" type="button" onClick="location=document.Links.menu.options[document.Links.menu.selectedIndex].value;" value="Go 2">
<!-- end code provided by createblog.com -->