The object model hierarchy is shown in general. Objects in VBScript also have events, properties and methods. These are listed at the end of this document.
| Object | Purpose |
|---|---|
| Window | The browser window |
| Frame | List of frames contained within the browser window |
| History | Browser's list of web pages recently visited by the user |
| Navigator | Information about the browser currently in use |
| Location | The window's current URL |
| Document | Document currently loaded in the browser window |
| Link | List of hyperlinks appearing in the current document |
| Anchor | List of anchor elements in the current document |
| Form | List of forms in the current document |
| Element | List of form elements in the current form |