IHTMLIsIndexElement

IHTMLIsIndexElement


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  

IHTMLIsIndexElement::put_prompt

HRESULT put_prompt(
    BSTR v 
);

Sets a prompt to be used instead of the ACTION.

v
String specifying the prompt.

See also get_prompt

IHTMLIsIndexElement::get_prompt

HRESULT get_prompt(
    BSTR *p 
);

Retrieves a prompt to be used instead of the ACTION.

p
Address of a variable that receives the prompt.

See also put_prompt

IHTMLIsIndexElement::put_action

HRESULT put_action(
    BSTR v 
);

Sets the gateway program to which the string in the text box should be passed.

v
String specifying the gateway program.

See also get_action

IHTMLIsIndexElement::get_action

HRESULT get_action( 
    BSTR *p 
);

Retrieves the gateway program to which the string in the text box should be passed.

p
Address of a variable that receives the gateway program.

See also put_action

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.