Sams Teach Yourself JavaScript in 24 Hours

Sams Teach Yourself JavaScript in 24 Hours

By Michael Moncur

Using window Objects

At the top of the browser object hierarchy is the window object, which represents a browser window. You've already used a few methods and properties of the window object:

There can be several window objects at a time, each representing an open browser window. Frames are also represented by window objects. You'll learn more about windows and frames in Hour 11, "Using Windows and Frames."

Share ThisShare This

Informit Network