[Prev] [Next] [Top] [Bottom] [Contents] (153 out of 193)

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.

Synopsis

#include "SaRnHtml.h"

int SaTableEnd();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the ending fragment for the HTML table element to an HTML stream. The HTML table element is not supported by all client browsers.

Example

The code fragment:

SaTableEnd();
will write:

</TABLE>
to the output stream.

See Also


[Prev] [Next] [Top] [Bottom] [Contents] (153 out of 193)