Form.length (Property)

The number of elements in a form.

Availability:

DOM level - 1
JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Opera - 3.0
Property/method value type:Number primitive
JavaScript syntax:-myForm.length

This may be the same as the form.elements.length value. Because of this, the Form.elements property may return a reference to the Form object itself in some implementations.

See also:Collection.length, Form.elements.length, length

Property attributes:

readonly