Ext.WriteStream( str )

Description

Writes the string str to the current output stream. The only type of output stream available for writing HTML is an HTTP stream. The output stream only exists when a browser connection is open. An error occurs if this function is otherwise called. For example, if a user has executed a transition in a browser, then an output stream exists for the Pre-Transition script. However, if an external program initiates a transition using the SBM API, there is no browser connection and thus no output stream. For details, refer to Ext.OutputStreamExists().

Argument

str

Str should always be a valid HTML fragment.

Return Values

Returns a Boolean value indicating whether the write operation succeeded.

Related Topics

Extension Functions