The HTMLFormControlsCollection interface represents a collection of HTML form control elements. It provides one additional method besides the properties and methods inherited from HTMLCollection.
This interface is used by the HTMLFormElement interface's elements property, and the HTMLFieldSetElement interface's elements property.
Methods
| Name & Arguments | Return | Description |
|---|---|---|
namedItem(in DOMString name) |
object |
Gets the node or list of nodes in the collection whose name or id match the specified name, or null if no nodes match. |