This interface inherits the properties of its parent,
.
This interface inherits the methods of its parent,
.
HTMLFormControlsCollection.namedItem()
Returns the
or the
in the collection whose name or id matches the specified name, or null if no nodes match. Note that this version of namedItem() hides the one inherited from
. Like that method, using the JavaScript array bracket syntax with a
, as in collection["value"], is equivalent to collection.namedItem("value").
Specification
HTML# htmlformcontrolscollection
,
,