Load Html
From UBot Studio
(Difference between revisions)
(Created page with "This command will display whatever html code you place inside it in the browser window. Load html is a Browser Command. == Example == <pre> load html...") |
Revision as of 17:52, 7 December 2012
This command will display whatever html code you place inside it in the browser window.
Load html is a Browser Command.
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.