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