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...") |
|||
| Line 16: | Line 16: | ||
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]] | ||
Revision as of 17:54, 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.