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

SaBodyEnd

Prints the ending body fragment for an HTML page to an HTML stream.

Synopsis

#include "SaRnHtml.h"

int SaBodyEnd();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the ending body fragment for an HTML page to an HTML stream.

Example

The code fragment:

SaBodyEnd();
will write:

</BODY>
to the output stream.

See Also


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