-----Original Message-----
Well as strange as this is going to sound,
it's the wrong kind of form.
You should do this with a java script.
This one will work.
Delete all of the old form info and replace it with this:
edit the urls and options as needed.
<script TYPE="text/javascript">
<!--
function dropdown(mySel)
{
var myWin, myVal;
myVal = mySel.options[mySel.selectedIndex].value;
if(myVal)
{
if(mySel.form.target)myWin = parent[mySel.form.target];
else myWin = window;
if (! myWin) return true;
myWin.location = myVal;
}
return false;
}
//-->
</script>
<form METHOD="POST" onSubmit="return dropdown (this.gourl)">
<p><select NAME="gourl" size="1">
<option VALUE>Choose a Destination... </option>
<option VALUE="
http://www.yahoo.com"> Yahoo </option>
<option VALUE="
http://www.google.com"> Google