spacer

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

home / web / dev / menus / nonlive

Non-live Menus

Developer News
News Flash: Adobe Has iPhone Workaround
Adobe's Flash 10.1 Goes Mobile (Minus iPhone)
A Salute to Visionary CEOs

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

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Building a Banking Application Home Page with OOP · Mixing Scripting Languages · Review: phpFox, a Social Networking CMS with all the Bells and Whistles
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Enterprise 2.0: Social Networking in the Cloud · BroadSoft Marketplace Hastens Pace of Telephony Innovation · Review: HTC Hero for Sprint

 



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

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