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

SaTableBegin

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

Synopsis

#include "SaRnHtml.h"

int SaTableBegin();

Arguments

None

Return Values

Returns an integer with a value of 0.

Description

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

Example

The code fragment:

SaTableBegin();
will write:

<TABLE BORDER>
to the output stream.

See Also


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