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

SaTableItemEnd

Prints the ending fragment of a cell of an HTML table element. The HTML table element is not supported by all client browsers.

Synopsis

#include "SaRnHtml.h"

int SaTableItemEnd();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the ending fragment of a cell of an HTML table element. The HTML table element is not supported by all client browsers.

Example

The code fragment:

SaTableItemEnd();
will write:

</TD>
to the output stream.

See Also


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