pop-up menus

Chris Lott chrisl at muskox.alaska.edu
Mon Jun 15 16:48:38 EDT 1998


You could use Javascript ala

<SCRIPT LANGUAGE="JavaScript">
<!--- Hide from old browsers
function jumpBox(list) {location.href =
list.options[list.selectedIndex].value}
// end hiding --->
</SCRIPT>

...

<FORM>
<SELECT>

<OPTION VALUE="test.html">Test Page
<OPTION VALUE="anotherpage.html">Another Page
<OPTION VALUE="why.html">Why go here?
</SELECT>

<INPUT TYPE="button" VALUE="Go" onClick="jumpBox(this.form.elements[0])">

</FORM>

c
--
Chris Lott -- fncll at uaf.edu -- (907)474-6350
Instructional Technology Specialist
Rasmuson Library, University of Alaska Fairbanks



More information about the Web4lib mailing list