Table of content:
- Introduction to the window object
- Properties of the window object
- The closed property
- The defaultStatus property
- The frames property (Array)
- The innerHeight and innerWidth properties
- The length property
- The location property
- The name property
- The opener property
- The parent property
- The self property
- The status property
- The top property
- The methods of the window object
- The alert() method
- The confirm() method
- The find() method
- The home() method
- The print() method
- The prompt() method
- The open() method
- The close() method
- The moveBy() method
- The moveTo() method
- The resizeBy() method
- The resizeTo() method
- The scrollBy() method
- The scrollTo() method
- The setInterval() method
- The clearInterval() method
- The setTimeout() method
- The clearTimeout() method