Skip to content

UpdateHtml - cWebHtmlBox

Updates the HTML on the client without making the psHtml a synchronized property

Type: Procedure

Parameters

Parameter Type Description
sHtml String HTML code to update the client with

Syntax

Procedure UpdateHtml String sHtml

Call Example

Send UpdateHtml sHtml

Description

Updates the HTML on the client without making the psHtml a Web property. This improves performance because HTML is not sent back with each call.