Clears an HTTP form that is currently edited.
HTTPCreateForm("FORM")
...
HTTPResetForm("FORM")
Syntax
HTTPResetForm(<Form name>)
<Form name>: Character string
Name of HTTP form to clear. This name was specified when the HTTP form was created (HTTPCreateForm). An error occurs if the form does not exist.