That should help. When the user select an item from the select box, he
will be redirect to the url present as a value in the select > option
tag.
David
<script>
function MM_jumpMenu(targ,selObj,restore){
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
<script>
<select name="select" onChange="MM_jumpMenu('parent',this,0)"