FORMTEXT v17
This function and procedure generates the <INPUT>
tag with TYPE=""text""
. This tag creates a field for a single line of text.
Syntax
The following is the syntax for HTP:
The following is the syntax for HTF:
Parameters
Parameter | Purpose |
---|---|
cname | The value for the NAME attribute |
csize | The value for the SIZE attribute |
cmaxlength | The value for the MAXLENGTH attribute |
cvalue | The value for the VALUE attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters