JavaScript » Form » elements

Syntax:
object.elements

This property is an array containing an object for each element on the form. These objects (checkboxes, radio buttons, etc.) are added to the array in the order that they appear in the document's source code.