namedItem
The HTMLFormControlsCollection.namedItem()
method returns the RadioNodeList or the Element in the collection whose name
or id
match the specified name, or null
if no node matches.
The HTMLFormControlsCollection.namedItem()
method returns the RadioNodeList or the Element in the collection whose name
or id
match the specified name, or null
if no node matches.