Element.GetElementsByTagName Method |
Returns an NodeList containing a list of all descendant elements that match the specified name.
[VBScript] Public Function GetElementsByTagName( _ ByVal name As String _ ) As NodeList
[JScript] public function GetElementsByTagName( name : String ) : NodeList;
An NodeList containing a list of all matching nodes.