Skip to Content
Dynamic HTML: The Definitive Reference
book

Dynamic HTML: The Definitive Reference

by Danny Goodman
July 1998
Intermediate to advanced
1456 pages
65h 5m
English
O'Reilly Media, Inc.
Content preview from Dynamic HTML: The Definitive Reference

Name

<OPTION> — NN all IE all HTML all

Synopsis

<OPTION>...</OPTION>

End Tag: Optional

The OPTION element defines an item that appears in a SELECT element listing, whether the listing is in a pop-up menu or scrolling list. OPTION elements associated with a SELECT element must be nested within the start and end tags of the SELECT element.

SELECT elements supply name/value pairs when the element is submitted as part of a FORM element. Typically, the NAME attribute of the SELECT element and the VALUE attribute of the selected option are submitted as the name/value pair. Therefore, it is important to assign a meaningful value to the VALUE attribute of each OPTION element in a select list. You can use the VALUE attribute to disguise user-unfriendly (but server-friendly) values from the user, while presenting a user-friendly entry that appears in the select list. Content for the human-readable entry of a select list is entered after the OPTION element’s start tag. The end tag is optional because the entry is delimited either by the next OPTION element start tag or the SELECT element’s end tag. See also the OPTGROUP attribute for possible future grouping of OPTION elements into hierarchical menu groupings.

Example

<SELECT NAME="chapters">
    <OPTION VALUE="1">Chapter 1
    <OPTION VALUE="2">Chapter 2
    <OPTION VALUE="3">Chapter 3
    <OPTION VALUE="4">Chapter 4
</SELECT>

Object Model Reference

NN

[window.]document.formName.selectName.optionName

[window.]document.forms[i].elements[i].optionName

IE

[window.]document. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Dynamic HTML: The Definitive Reference, 3rd Edition

Dynamic HTML: The Definitive Reference, 3rd Edition

Danny Goodman

Publisher Resources

ISBN: 1565924940Catalog PageErrata