Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a collection of objects based on the specified element name.
Element retVal = object.getElementsByTagName(v);
v [in]
Type: BSTRBSTR that specifies the name of an element.
- Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5
When you use the IHTMLDocument3::getElementsByTagName method, all child and nested child elements with the specified tag name are returned.