0 out of 2 rated this helpful - Rate this topic

getElementsByTagName method

Retrieves a collection of objects based on the specified element name.

Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5

Syntax


Element retVal = object.getElementsByTagName(v);

Parameters

v [in]

Type: BSTR

BSTR that specifies the name of an element.

Standards information

Remarks

When you use the IHTMLDocument3::getElementsByTagName method, all child and nested child elements with the specified tag name are returned.

See also

About the W3C Document Object Model

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.