useHttpHandler Element
Office 2007
Specifies that the form is to be submitted to the specified Uniform Resource Locator (URL) using the specified HTTP method.
Type
|
Structure
| Name | Description |
|---|---|
| href | (Required attribute) Specifies the URL to which the form should be submitted. |
| method | (Required attribute) Specifies the HTTP method to use for the submit operation. |
Remarks
The useHttpHandler element is an optional element of the submit element.
Example
The following is an example of the useHttpHandler element:
|