namedItem
The HTMLSelectElement.namedItem()
method returns the whose name
or id
match the specified name, or null
if no option matches.
The HTMLSelectElement.namedItem()
method returns the whose name
or id
match the specified name, or null
if no option matches.