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