eo_TriggerServerEvent Function

Trigger a ScriptEvent control's Command event.

Syntax
JavaScript
 function eo_TriggerServerEvent(scriptEventId, commandName, commandArgs)

Parameters

scriptEventId
The ClientID of the ScriptEvent control.
commandName
A string value for the command name.
commandArgs
A string value for the command arguments.
See Also