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 string (BSTR) that receives the address. For details, see the action property.
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.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
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 (BSTR) that specifies the address to set. For details, see the action property.
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.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0