Making drop down menu content link to other pages.

liunx

Guest
Hey,<br />
<br />
In a drop down menu how do you make each item in the menu link to a different page? Thanks in advance!<br />
<br />
-turner2000<!--content-->Like this:<br />
<br />
<select onchange="window.location=this.options[this.selectedIndex].value"><br />
<option value="www.htmlforums.com"> HTMLforums</option><br />
<option value="www.yahoo.com">YAHOO</option><br />
<option value "www.amazon.com">Amazon>/option><br />
</select><!--content-->http://www.snippetlibrary.com/code.php?id=5&kid=19&catname=Forms <br />
<br />
and take the "Select Onchange" that should be what you are after.<br />
<br />
or <br />
<br />
<!-- m --><a class="postlink" href="http://www.a1javascripts.com/form_navigation/">http://www.a1javascripts.com/form_navigation/</a><!-- m --><!--content-->
 
Back
Top