Forum Moderators: open
<form name="jump">
<select name="menu">
<option value="http://www.mysite.com">My Site</option>
<option value="http://www.myothersite.com">My other Site</option>
<option value="http://www.yetanothersite.com">Yet another site</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
</form>
If you need more options, simply add more:
<option value="URL">Site Name</option>
<head>
<link rel="stylesheet" type="text/css" href="example1.css" />
<script type="text/javascript" src="../ie5.js"></script>
<script type="text/javascript" src="DropDownMenuX.js"></script>
</head>
<body>
<TABLE WIDTH=384 BORDER=0 CELLPADDING=0 CELLSPACING=0 id="menu1" class="ddmx">
<TR>
<TD>
<A class="item1" href="javascript:void(0)"
ONMOUSEOVER="changeImages('links_01', 'link/links_01-over.gif', 'links_02', 'link/links_02-links_01_over.gif'); return true;"
ONMOUSEOUT="changeImages('links_01', 'link/links_01.gif', 'links_02', 'link/links_02.gif'); return true;">
<IMG NAME="links_01" SRC="link/links_01.gif" WIDTH=64 HEIGHT=23 BORDER=0 ALT=""></A></TD>
<div class="section">
<a class="item2" href="example1.html">Product One</a>
</body>