IHTMLIsIndexElement interface

This interface indicates that the document contains a searchable index.

Members

The IHTMLIsIndexElement interface inherits from the IDispatch interface. IHTMLIsIndexElement also has these types of members:

  • Properties

Properties

The IHTMLIsIndexElement interface has these properties.

Property Description

action

Sets or retrieves the URL to which the form content is sent for processing.

 

Remarks

To use the isIndex tag, the server must provide a search engine that supports this tag. The script to be executed on the server can be specified by the IHTMLFormElement4::action property on this tag.

The isIndex element can be used only within the head tag.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

IHTMLIsIndexElement2