Click to return to the Reusing Browser Technology home page    
IHTMLInputTextElement::se...     IHTMLIsIndexElement::get_...     Interfaces and Scripting ...    
Web Workshop  |  Reusing Browser Technology

IHTMLIsIndexElement Interface


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.