IHTMLFormElement::get_actionIHTMLFormElement::get_action*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLFormElement::put_action
*Next Topic: IHTMLFormElement::put_dir

IHTMLFormElement::get_action


HRESULT get_action(
    BSTR *p
);

Retrieves the address to be used to carry out the action of the form. If none is specified, the base URL of the document is used.

p
Address of a variable that receives the address.

The way the data is submitted depends upon the value of the method and encoding properties.

See also put_action

Up Top of Page


IHTMLFormElement::put_action


HRESULT put_action(
    BSTR v
);

Sets the address to be used to carry out the action of the form. If none is specified, the base URL of the document is used.

v
String specifying the address.

The way the data is submitted depends upon the value of the method and encoding properties.

See also get_action


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