Function itea-println-html
itea-println-html [arg1 ...]
Sends output back to the browser and encodes HTML significant
characters.
- Parameters:
- arg1 -
Either a string or numeric object whose representation will be
output.
-
Outputs the result of concatenating its arguments followed by an
end of line character to the stream
whose contents will be sent back to the browser. If any of the
arguments is numeric then its decimal representation is used.
This function accepts a variable number of arguments. Any characters
that could be significant in HTML text are encoded. These characters
are the following: "<", ">", "&", """.
Report a bug or request new features
© 2013