ExecuteBrowserJavascript

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

This function executes a Javascript string to the specified browser.

Syntax

bool executeBrowserJavascript ( browser webBrowser, string jsCode )

OOP Syntax Help! I don't understand this!

Method: browser:executeJavascript(...)
Counterpart: executeBrowserJavascript


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