TABLEROWOPEN and TABLEROWCLOSE v15
This function and procedure generates the <TR>
and </TR>
tags, which insert a row in an HTML table.
Syntax
The following is the syntax for HTP:
The following is the syntax for HTF:
Parameters
Parameter | Purpose |
---|---|
calign | The value for the ALIGN attribute |
cvalign | The value for the VALIGN attribute |
cdp | The value for the DP attribute |
cnowrap | If the value of this parameter isn't NULL , adds the NOWRAP attribute to the tag |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters