FORMSELECTOPTION v17
This function and procedure generates the <OPTION>
tag, which represents one choice in a <SELECT>
element.
Syntax
The following is the syntax for HTP:
The following is the syntax for HTF:
Parameters
Parameter | Purpose |
---|---|
cvalue | The text for the option |
cselected | If the value for this parameter isn't NULL , adds the SELECTED attribute to the tag |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters