AppendHtml - cWebHtmlBox

Appends HTML to the content of the HTML box

Type: Procedure

Parameters: String sHtml

ParameterDescription
sHtmlHTML to append


Syntax
Procedure AppendHtml String sHtml

Call: Send AppendHtml sHtml


Description

The passed HTML is appended to the content of the HTML box.

To optimize the performance this message does not mark psHtml as synchronized web property.

Note that the entire HTML string (including the existing content) is reparsed and rendered by the browser. This will cause changes by the user to, for example contents of an input element inside the HTML string, to be cleared.