July 1998
Intermediate to advanced
1456 pages
65h 5m
English
NAME — NN all IE all HTML all
NAME=”elementIdentifier"Optional
The name submitted as part of the element’s name/value pair
with the form. It is similar to the NAME attribute
of INPUT elements.
<SELECT NAME="cpu"> <OPTION VALUE="486">486 <OPTION VALUE="pentium">Pentium <OPTION VALUE="pentium2">Pentium II ... </SELECT>
Case-sensitive identifier.
None.
[window.]document.formName.selectName.name
[window.]document.forms[i].elements[i].name
[window.]document.formName.selectName.name
[window.]document.forms[i].elements[i].name
Read now
Unlock full access