The Browser object is the Internert Explorer ActiveX object.
Functions
| Back | Navigates backward one item in the history list. |
|---|---|
| Create | Creates dynamically the control window that will be a child window of the specified dialog window. |
| Destroy | Destroys the control window dynamically. |
| EnableDialog | Enables or disables dialog boxes. |
| Forward | Navigates forward one item in the history list. |
| GetTitle | Retrieves the name in the title tags of the HTML document. |
| GetUrl | Retrieves the URL of the document. |
| IsBusy | Gets a value that indicates whether the object is engaged in a navigation or downloading operation. |
| IsDialogEnabled | Gets a value that indicates whether the object can display dialog boxes. |
| IsOffline | Gets a value that indicates whether the object is operating in offline mode. |
| LoadFile | Loads a compatible document from a File object. |
| LoadPath | Loads a compatible document file. |
| LoadResource | Loads a compatible document from the resources. |
| Online | Sets a value that indicates whether the object is operating in online or offline mode. |
| OpenUrl | Navigates to a resource identified by a URL or to a file identified by a full path. |
| Refresh | Reloads the file that is currently displayed in the object. |
| Stop | Cancels a pending navigation or download, and stops dynamic page elements, such as background sounds and animations. |
Events
| OnBeginOpen | Is called when a navigating operation is started. |
|---|---|
| OnEndOpen | Is called when a navigating operation is finished. |
| OnOpening | Is called during the document is opening. |
Constants
The Browser object has no constants.