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.
- Returns S_OK if successful, or an error value otherwise.
- 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
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.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.