FROMSELECTOPEN and FORMSELECTCLOSE v17
This function and procedure generates the <SELECT>
and </SELECT>
tags, which create a select form element. A select form element is a list box from which the user selects one or more values.
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 |
cprompt | The string preceding the list box |
nsize | The value for the SIZE attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters