Universal Related Popup Menus / Non-Live Menus
Non-live Menus
Universal Related Popup Menus
Some programmers prefer the consistency of non-live popups so users always hit the "Go" submit button to jump to another page. This page shows how to create "non-live" popups for a single menu. Non-live related menus follow.
Non-live Single Menu
Changing the single live popup to a non-live popup is easy, just remove the onChange="jmp(this.form,0)" from the select tag:
<FORM NAME="menu1" METHOD="POST" ACTION="/cgi-bin/redirect.cgi" onSubmit="return false"> <SMALL>Pick a subject, any subject:</SMALL><BR> <SELECT NAME="m1"> <OPTION VALUE="/experts/">Experts <OPTION VALUE="/index2.html">Contents <OPTION VALUE="/services/">Services <OPTION VALUE="/about.html">About </SELECT><INPUT TYPE=SUBMIT VALUE="Go" onClick ="jmp(this.form,0)"> </FORM>
Comments are welcome
Created: Oct. 29, 1997
Revised: July 15, 1999
URL: https://webreference.com/dev/menus/nonlive.html