hey. I just opened up Dreamweaver MX 2004 and I think I know what your looking for. Check this out:
PLACE IN HEADER!
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
Now here is your form.
<form name="form1">
<p>This is your drop down box: Pretty eh?
<select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
<option value="www.phpbuilder.com">[url]www.phpbuilder.com[/url]</option>
<option value="www.yahoo.com">[url]www.yahoo.com[/url]</option>
<option value="www.google.com">[url]www.google.com[/url]</option>
</select>
</p>
<p>Loook no submit button. </p>
</form>
I hope this could help a bit. Sorry if I did nothing. 🙂 It happens a lot. haha. Have fun.
Chad