This interface indicates that the document contains a searchable index.
IHTMLIsIndexElement Methods
get_action Retrieves the gateway program to which the string in the text box should be passed. get_prompt Retrieves a prompt to be used instead of the ACTION. put_action Sets the gateway program to which the string in the text box should be passed. put_prompt Sets a prompt to be used instead of the ACTION.
Interface Information
Implementation System (Mshtml.dll) Inherits from IDispatch Header and IDL files Mshtml.h, Mshtml.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
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 action property on this tag.
The ISINDEX element can be used only within the HEAD tag.