(166 out of 193)
SaTextAreaEnd
Prints the ending fragment for a textarea form element.
Synopsis
#include "SaRnHtml.h"
int SaTextAreaEnd();
Argument
None
Return Values
Returns an integer with a value of 0.
Description
Prints the ending fragment for a textarea form element.
Example
The code fragment:
SaTextAreaEnd();
will write:
</TEXTAREA>
to the output stream.
See Also
(166 out of 193)