ExecuteBrowserJavascript

From Multi Theft Auto: Wiki
Revision as of 07:44, 24 September 2014 by Fabervox (talk | contribs)
Jump to navigation Jump to search

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

Todo

See also