Name
elements — NN 2 IE 3 DOM n/a
Synopsis
A collection of all elements contained
within a form. Collection members are sorted in source code order.
Internet Explorer lets you use array notation or parentheses to
access a single element in the collection. Because each form element
includes a type property (starting with Navigator
3 and Internet Explorer 4), scripts can loop through all elements in
search of elements of a specific type (e.g., all checkbox elements).
Object Model Reference
- NN
document.forms[i].elements[i]document.formName.elements[i]- IE
document.forms[i].elements(i)document.formName.elements[i]
Properties
|
|
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