Hello! Sorry to post another question.I've got the following script, (i'll post my problem below)... in head: <script>function goUrl(formObj){document.location.href = formObj.urlList[formObj.urlList.selectedIndex].value;}</script>in body: <form onsubmit="goUrl(this); return false;"> <div align="center"><font color="#000000" size="2" face="Tahoma">Use these links:<strong> </strong></font> <font color="#000000"> <select name="urlList"> <option value=http://www.webdeveloper.com/forum/archive/index.php/"http://link.here">FAQ</option> <option value="http://link.here">Questionnaire</option> </select> </select> <input name="Submit" type="Submit" value=http://www.webdeveloper.com/forum/archive/index.php/"Go!">Problem is, when its just ONE drop-down menu with this, it works fine, when there's two, neither work, it comes up with weird URL's like ... <!-- m --><a class="postlink" href="http://www.mysite.org/?select=http%3A%2F%2Fwww.mysite.org%2Fquestionnaire.html&Submit=Go%21Any">http://www.mysite.org/?select=http%3A%2 ... t=Go%21Any</a><!-- m --> help is much appreciated, thanks !Both have teh same <input name="Submit" type="Submit" value=http://www.webdeveloper.com/forum/archive/index.php/"Go!">