
This interface indicates the document contains a searchable index.
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.
This element can be used only within the HEAD tag.
IHTMLIsIndexElement Methods
| put_prompt | get_prompt |
| put_action | get_action |
HRESULT put_prompt(
BSTR v
);
Sets a prompt to be used instead of the ACTION.
See also get_prompt
HRESULT get_prompt(
BSTR *p
);
Retrieves a prompt to be used instead of the ACTION.
See also put_prompt
HRESULT put_action(
BSTR v
);
Sets the gateway program to which the string in the text box should be passed.
See also get_action
HRESULT get_action(
BSTR *p
);
Retrieves the gateway program to which the string in the text box should be passed.
See also put_action
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.