FORMRADIO v16
This function and procedure generates the <INPUT>
tag with TYPE="radio"
. This tag creates a radio button (single-selection option) on the HTML form.
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 |
cvalue | The value for the VALUE attribute |
cchecked | If the value for this parameter isn't NULL , adds the CHECKED attribute to the tag |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters