FPHTMLIsIndexElement Object

FPHTMLIsIndexElement
Multiple objects

Represents an ISINDEX element in an HTML document. See also the IHTMLIsIndexElement object.

Using the FPHTMLIsIndexElement 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 FPHTMLIsIndexElement 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 FPHTMLIsIndexElement

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

Properties | action Property | all Property | children Property | className Property | Document Property | filters Property | id Property | innerHTML Property | innerText Property | isTextEdit Property | lang Property | language Property | offsetHeight Property | offsetLeft Property | offsetParent Property | offsetTop Property | offsetWidth Property | onafterupdate Property | onbeforeupdate Property | onclick Property | ondataavailable Property | ondatasetchanged Property | ondatasetcomplete Property | ondblclick Property | ondragstart Property | onerrorupdate Property | onfilterchange Property | onhelp Property | onkeydown Property | onkeypress Property | onkeyup Property | onmousedown Property | onmousemove Property | onmouseout Property | onmouseover Property | onmouseup Property | onrowenter Property | onrowexit Property | onselectstart Property | outerHTML Property | outerText Property | parentElement Property | parentTextEdit Property | prompt Property | recordNumber Property | sourceIndex Property | style Property | tagName Property | title Property

Methods | click Method | contains Method | getAttribute Method | insertAdjacentHTML Method | insertAdjacentText Method | removeAttribute Method | scrollIntoView Method | setAttribute Method | toString Method

Parent Objects

Child Objects | IHTMLElement Object | IHTMLFiltersCollection Object | IHTMLStyle Object