FORMOPEN and FORMCLOSE v17
This function and procedure generates the <FORM>
and </FORM>
tags, which create a form section in an HTML document.
Syntax
The following is the syntax for HTP:
The following is the syntax for HTF:
Parameters
Parameter | Purpose |
---|---|
curl | The URL of the WRB or CGI script where the contents of the form are sent (required) |
cmethod | The value for the METHOD attribute, either 'GET' or 'POST' |
ctarget | The value for the TARGET attribute |
cenctype | The value for the ENCTYPE attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters