HTMLCollection.NamedItem Method |
Gets the element at the specified index.
[VBScript] Public Function NamedItem( _ ByVal name As String _ ) As Node
[JScript] public function NamedItem( name : String ) : Node;
The element with the specified name. If there is no element with the specified name, null is returned.
HTMLCollection Object | HTMLCollection Members | DOM Namespace