Call a certain function defined in Javascript directly.
@param object The name of the object that contains the function, pass an empty string if the function is defined in the global scope.
@param function The name of the function.
@param args The arguments to pass to the function.
@param frame_name The name of the frame to execute in; leave this blank to execute in the main frame.
See Implementation
Call a certain function defined in Javascript directly.
@param object The name of the object that contains the function, pass an empty string if the function is defined in the global scope.
@param function The name of the function.
@param args The arguments to pass to the function.
@param frame_name The name of the frame to execute in; leave this blank to execute in the main frame.