FORMTEXTAREAOPEN, FORMTEXTAREAOPEN2, and FORMTEXTAREACLOSE v17
These functions and procedures generate the <TEXTAREA>
and </TEXTAREA>
tags, which create a text area form element. The difference between the two open functions and procedures is that htp.formTextareaOpen2
has the cwrap
parameter, which specifies a wrap style.
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 |
nrows | The integer value for the ROWS attribute |
ncolumns | The integer value for the COLS attribute |
calign | The value for the ALIGN attribute |
cwrap | The value for the WRAP attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters