FormElementsArray object (Object/browser)

A collection containing the input elements of a form. This is provided by adding properties to the FORM object the elements belong to.

Availability:

JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
JavaScript syntax:-myFormElementsArray = myForm.elements
Object properties:length

PropertyJavaScriptJScriptNIEOperaNESECMADOMCSSHTMLNotes
length n/a3.0 3.0 n/a4.0 4.0 n/a n/a n/a n/a n/a n/areadonly

Refer to:

Collection object