ExecuteBrowserJavascript: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 19: Line 19:


==See Also==
==See Also==
Todo
==See also==
{{CEF_functions}}
{{CEF_functions}}

Revision as of 19:25, 29 September 2014

This function executes a Javascript string.

Syntax

bool executeBrowserJavascript ( browser webBrowser, string jsCode )

Required Arguments

  • webBrowser: The web browser which will execute the Javascript code
  • jsCode: The Javascript code string

Returns

Returns true if executing Javascript is allowed in the current context, false otherwise.

Example

Todo

See Also