Table of Contents
execute Method 

Triggers a callback.

Syntax
JavaScript
 Callback.execute(param, triggerId)

Parameters

param
Optional parameter for the callback.
triggerId
Optional trigger ID for the callback.

Return Value

Returns true if the callback was successful submitted, otherwise false.

Remarks

Global function eo_Callback provides a more convenient wrapper for this function. However usually you do not need to use either of these two function as EO.Web Callback control is able to automatically trigger callback under most scenarios.

See Also