[Top] [Prev] [Next] [Bottom]
[Contents]
SaTableEnd
Prints the ending fragment for the HTML table element to an HTML stream. The HTML table element is not supported by all client browsers.
#include "SaRnHtml.h"
int SaTableEnd();
Argument
None
Returns an integer with a value of 0.
Prints the ending fragment for the HTML table element to an HTML stream. The HTML table element is not supported by all client browsers.
The code fragment:
SaTableEnd();
will write:
</TABLE>
to the output stream.
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.