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