Load Html
From UBot Studio
(Difference between revisions)
Line 2: | Line 2: | ||
Load html is a [[Browser Commands|Browser Command]]. | Load html is a [[Browser Commands|Browser Command]]. | ||
+ | |||
+ | '''HTML:''' Where the desired html is pasted for the purpose of rendering in the browser. | ||
+ | |||
Line 14: | Line 17: | ||
</pre> | </pre> | ||
+ | |||
Running the command loads the html into the main browser window. | Running the command loads the html into the main browser window. | ||
+ | |||
[[File:loadhtml.png]] | [[File:loadhtml.png]] |
Revision as of 17:25, 23 April 2013
This command will display whatever html code you place inside it in the browser window.
Load html is a Browser Command.
HTML: Where the desired html is pasted for the purpose of rendering in the browser.
Example
load html("<html> <body style=\"background-color:White;\"> <h2 style=\"background-color:White;\">HELLO!</h2> <p style=\"background-color:White;\">My apologies for shouting.</p> </body> </html> ")
Running the command loads the html into the main browser window.