html

Generic properties, methods and events
[method icon] Clear() Clear document
[method icon] Navigate(sUrl$) Navigate to URL
[method icon] Stop() Stop current navigation
[method icon] Write(sHTML$) Write HTML
[method icon] WriteDocument(sDoc$) Open a page and write the document contained in the string argument and display the page
[property icon] AssumeRelativeUrl Assume relative URLs (browser only)
[property icon] Cookie$ Cookie associated with the HTML document
[property icon] EventURL$ The URL that fired the event
[property icon] Label$ Label for the control
[property icon] PoolTree Pool handle of a structure which is serialized to the HTML control on the client
[property icon] Serialized For internal use
[property icon] Title$ Current document title
[property icon] Type$ Type of JavaScript object to create
[event icon] BeforeNavigate() Event Event fired before we navigate to a URL
[event icon] DocumentComplete() Event Event fired after the document is loaded and initialized.
[event icon] NavigateComplete() Event Event fired after we have navigated to a URL
[event icon] TitleChanged() Event Event fired after the document title changes