1 | The Window object--the top-level JavaScript object--corresponds to an autonomous browser window |
2 | A browser window may be divided into subwindows called frames |
3 | The Frame object "inherits" all of its properties and methods from Window |
4 | Each <FRAME> tag in an HTML document generates a Frame object |