(12 out of 193)
SaBodyBegin
Prints the beginning body fragment for an HTML page to an HTML stream.
Synopsis
#include "SaRnHtml.h"
int SaBodyBegin();
Argument
None
Return Values
Returns an integer with a value of 0.
Description
Prints the beginning body fragment for an HTML page to an HTML stream.
Example
The code fragment:
SaBodyBegin();
will write:
<BODY>
to the output stream.
See Also
(12 out of 193)