Drop Down Menu

<form name="gotolocation" method="POST">
<SELECT NAME="dropdown" SIZE=1>
<OPTION SELECTED VALUE="#">Message In Box
<OPTION VALUE="http://www.site.com">Name of Link 1
<OPTION VALUE="http://www.site.com">Name of Link 2
</select>
<INPUT TYPE="button" onClick="document.location = document.gotolocation.dropdown.options [document.gotolocation.dropdown.selectedIndex].value;" value="Words in button">
</form>