ActiveSection object, EmbeddedBrowser object
Client-side JavaScript instructs the server code to run or not run, using these status indicators:
For example, if the client-side JavaScript (which might be activated by a command button) determines a user did not make a selection, or entered alphabetic instead of numeric data, the server side JavaScript does not run until the user enters the correct data.
Use the ActiveSection.ClientScriptStatus status indicator to coordinate actions between objects. This indicator takes a Boolean value.
Use the Object.ClientScriptStatus status indicator to initiate actions for independent objects. The object in the Object.ClientScriptStatus status indicator is replaced with the object name, such as CommandButton1.ClientScriptStatus (object ) cannot exist by itself and takes a Boolean value. Independent objects use the ActiveSection’s script status settings.
This example shows how to set the indicator value for embedded objects to true:
EmbeddedBrowser1.ClientScriptStatus=true