Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

execute Method 

Triggers a callback.

[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

Callback Object


Direct link to this topic