Forum Moderators: open
<form>
<SELECT name="SELECT" onchange="window.location=this.options[this.selectedIndex].value;">
<OPTION value="">Site Menu....
<OPTION value="">-----------------------
<OPTION value="home.html">Home Page
<OPTION value="photo.html">Photo Galleries
<OPTION value="links.html">Links
</SELECT>
</form> I would suggest you put simple text links elsewhere on the page, like at the bottom - not only for SEO, but for the few users who keep Javascript disbaled.
.. onchange="document.forms[0].action=this.value;document.forms[0].submit();"
.. onchange="location.href=this.value+'?inputVar=<%= serverVar %>';"
.. onchange="location.href=this.value+'?inputVar='+document.getElementById('myVarToPass');"