| home / web / dev / menus / nonlive |
|
Universal Related Popup MenusSome 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 MenuChanging 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 |
URL: http://webreference.com/dev/menus/nonlive.html