Run Javascript
From UBot Studio
(Difference between revisions)
(Created page with "This command runs javascript code. Run Javascript is a Browser Command. == Example == <pre> run javascript("document.write(\"Hello Dolly!\");") </pre> ...") |
Revision as of 18:11, 7 December 2012
This command runs javascript code. Run Javascript is a Browser Command.
Example
run javascript("document.write(\"Hello Dolly!\");")
Running the script will run the javascript code. In this example, the code simply places "Hello Dolly" into the main browser.