Drop Down box Isn't working...

liunx

Guest
<form><br />
<div align="center"><br />
<select name="selectmenu" onChange="go(this.form)"><br />
<option>--Select page-- <br />
<option value="index.htm">Home <br />
<option value="artists.htm">Artists <br />
<option value="http://creamygoodness.com/forums">Msg Board <br />
<option value="links.htm">Links <br />
<option value="Download <!--more-->s.htm">Download <!--more-->s <br />
</select><br />
</div><br />
</form><br />
<br />
<br />
I dont' know why it isnt' working....my site is <!-- w --><a class="postlink" href="http://www.starzRborn.com">www.starzRborn.com</a><!-- w -->. It WAS working before, but i changed my main page around and the drop down box is in a table now....would that make a difference???<!--content-->:confused: I'm being redirected to :<br />
<!-- m --><a class="postlink" href="http://www.directnic.com/?404pages">http://www.directnic.com/?404pages</a><!-- m --><br />
No drop down box there ;)<!--content-->Use the following onChange event instead:<br />
<br />
onchange="window.location=this.options[this.selectedIndex].value;"<!--content-->always close your option tags<!--content-->
 
Back
Top