getElementsByTagName method
Retrieves a collection of objects based on the specified element name.
Syntax
Element retVal = object.getElementsByTagName(v);
Parameters
v [in]
Type: BSTRBSTR that specifies the name of an element.
Standards information
- Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5
Remarks
When you use the IHTMLDocument3::getElementsByTagName method, all child and nested child elements with the specified tag name are returned.