execute Script Object

See Also                        

A child object of the PageObject object that contains execute methods exported by the current page. Available only in client script.

Syntax

object.execute[.method]

Parameters

object

A PageObject script object.

method

Any execute method.

Remarks

At design time you can use the PageObject control to publish ASP script functions as page execute methods. These methods will be added to the execute object. You can specify these methods on the Methods tab of the PageObject Property Pages dialog box.

Note   When you export a method, make sure that you convert its parameters to the expected data types. Data types are not retained when processed on the server. If a Boolean or numerical value is not converted to the appropriate data type, the value will be converted to a text string. For more information, see Extending the Scripting Object Model Across Pages.

For an explanation of remote script, including synchronous and asynchronous calls, see Executing Server Script Remotely.

For information on scripting and objects, see Scripting with Design-Time Controls and Script Objects.