spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / web / dev / menus / nonlive

Non-live Menus

Developer News
Eclipse Helios Update Brings New PHP Tools
Internet Explorer 9 Ups Standards Support
JBoss Portal 5 Release Easier to Use

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:

Pick a subject, any subject:
Pick a subject, any subject:
    <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

webref The latest from WebReference.com Browse >
Flashmaps' DynamicLocator: Interactive Maps for Small Areas · Flashmaps' AreaSelector: Interactive Maps for Wide Areas · The DB Mapper: Interactive Street-level Maps of U.S. and Canada
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
MS Access and MySQL · Cisco AutoQoS: VoIP QoS for Mere Mortals · While VoIP Adoption Explodes in Enterprise, Carrier Spending Lags

 



Created: Oct. 29, 1997
Revised: July 15, 1999

URL: http://webreference.com/dev/menus/nonlive.html