| Property | Purpose |
|---|---|
| defaultStatus | Status bar default text |
| document | Current window document object |
| frames | Current window frames list |
| history | Current window history object |
| location | Current window location object |
| name | Current window name |
| navigator | Current window navigator object |
| opener | The window object that opened the current window |
| parent | The frame containing the current window |
| self | The current window's Window object |
| status | Set the current window's status bar text |
| top | The topmost window object |
| Method | Purpose |
|---|---|
| alert | Displays an alert method dialog box |
| clearTimeout | Clears a timer |
| close | Closes current browser window |
| confirm | Displays a dialog box with OK and Cancel choices |
| navigate | Navigates the window to a new URL |
| open | Opens a new browser window |
| prompt | Prompts the user for input using a dialog box |
| setTimeout | Calls a function after a period of time has elapsed |
| Event | Purpose |
|---|---|
| onLoad | Event triggered when page loads |
| onUnload | Event triggered when page unloads |