[Top] [Prev] [Next] [Bottom]
[Contents]
SaTableItem
Prints an HTML table item fragment to an HTML stream. The HTML table element is not supported by all client browsers.
#include "SaRnHtml.h"
int SaTableItem(char* evalue);
Arguments
evalue
- A string specifying the header of the HTML table item. This string is converted to an HTML-compatible string. If ename is NULL, an empty string is used.
Return Values
Returns an integer with a value of 0.
Prints an HTML table item fragment to an HTML stream. The HTML table element is not supported by all client browsers.
The code fragment:
SaTableItem("Peaches");
will write:
<TD>Peaches </TD>
to the output stream.
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.