4D v13.4WEB SEND TEXT |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13.4
WEB SEND TEXT
WEB SEND TEXT
The WEB SEND TEXT command directly sends HTML formatted text data. The htmlText parameter contains the data to be sent. As 4D does not check the parameter content, make sure that the HTML encoding is correct. Note: This command is similar to the WEB SEND BLOB command using a BLOB with a “html/txt” type. The noContext parameter is obsolete beginning with version 12 of 4D. It is kept only for compatibility. The references to the 4D variables and 4DSCRIPT type tags (if any) in the text are always analyzed. The following method: TEXT TO BLOB("<html><head></head><body>"+String(Current time)+"</body></html>";$blob;UTF8 Text without length) ... can be replaced by the single line: WEB SEND TEXT("<html><head></head><body>"+String(Current time)+"</body></html>") |
PROPERTIES
Product: 4D
INDEX HISTORY
SEE ALSO |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||