[Top] [Prev] [Next] [Bottom] [Contents]

SaTextAreaEnd

Prints the ending fragment for a text area 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



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.