Parameter | Description |
---|---|
sHtml | HTML to append |
Procedure AppendHtml String sHtml
Call: | Send AppendHtml sHtml |
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.