ExecuteBrowserJavascript

From Multi Theft Auto: Wiki
Revision as of 19:28, 29 September 2014 by Woovie (talk | contribs)
Jump to navigation Jump to search

This function executes a Javascript string to the specified browser.

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