IHTMLIsIndexElement::get_actionIHTMLIsIndexElement::get_action*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLIsIndexElement::put_action
*Next Topic: IHTMLLabelElement

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

Up Top of Page


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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.