IHTMLIsIndexElement Object

IHTMLIsIndexElement

Represents an ISINDEX element in an HTML document. The IHTMLIsIndexElement object provides access to a limited number of properties and methods that relate to the ISINDEX element. For access to all properties and methods, use the FPHTMLIsIndexElement object.

Using the IHTMLIsIndexElement Object

Use the tags method to return an IHTMLElementCollection collection that represents a collection of all the ISINDEX elements in a document. Use the Item method to return an IHTMLIsIndexElement object that accesses a specific ISINDEX element, referenced by ordinal number or by the value of the id attribute. The following example accesses the first ISINDEX element in the active document.

Dim objIndex As IHTMLIsIndexElement

Set objIndex = ActiveDocument.all.tags("isindex").Item(0)

Properties | action Property | prompt Property

Parent Objects

Child Objects