Prøv og leg lidt med den her:
<form>
<select name=menu onChange="location.href = this.options[this.selectedIndex].value" class="input">
<option value=/>Vælg type
<option value=default.asp?id=1>Farver
<option value=produkter.asp?id=1>Produkter
<option value=bestilling.asp?id=1>Bestilling
<option value=info.asp?id=1>Info
</select>
</form>