- Code: Select all
<BODY><div id=EchoTopic>
<form name="jump">
<select name="menu">
<option value="http://www.yoursite.com/link1">link1</option>
<option value="http://www.yoursite.com/link2">link2</option>
<option value="http://www.yoursite.com/link3">link3</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
</form>
Edit the http:// part and the link1,2,3 with whatever u want.




