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

length

    

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.