Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
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.
Syntax
HRESULT get_action( BSTR *p );
Parameters
- p
- Address of a variable that receives the address.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
The way the data is submitted depends upon the value of the method and encoding properties.
See Also
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.
Syntax
HRESULT put_action( BSTR v );
Parameters
- v
- String specifying the address.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
The way the data is submitted depends upon the value of the method and encoding properties.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.