$Web_On

From m204wiki
Jump to navigation Jump to search

Resume adding terminal output to response

$Web_On resumes the routing of terminal output to the client buffer. This buffer is sent to the client at the end of the connection. $Web_Off sends the output to the Model 204 audit trail.

$Web_On takes no arguments and returns a status code. It is a callable $function.

Syntax

%rc = $Web_On

Return codes

Code Meaning
0 Completed successfully.
-1 Not a web thread

Usage notes

  • Output lines that are returned to the client browser by a $Web_On statement are not wrapped or truncated if their length exceeds the Model 204 LOBUFF parameter setting. Since some browsers do not render very long lines correctly (although no explicit guideline for "very long" is available), testing for your site's expected conditions and client browsers is advised if your output may contain such long lines with no CRLFs (line-wrapping breaks).

See also