IHTMLSelectElement::tagsIHTMLSelectElement::tags*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLSelectElement::item
*Next Topic: IHTMLSelectionObject

IHTMLSelectElement::tags


HRESULT tags(
    VARIANT tagName,
    IDispatch **pdisp 
);

Retrieves a collection of all elements in the given collection that have the given HTML tag name.

tagName
String specifying the tag name.
pdisp
Address of a variable that receives an interface pointer to the collection.

This method returns an empty collection if no elements having the given name are found. Use the length property on the collection to determine the number of elements it contains.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.