The Window Object

The

window
object represents the browser itself. Since we start IE4 to view HTML documents and perform any other task using the browser it makes sense that the
window
object's properties, methods, and events concern themselves with the state and operations of the browser.

The

window
object has properties, methods, and events of its own as well as subsidiary objects. We'll cover the intrinsic interface elements below before moving onto the objects.

© 1997 by Wrox Press. All rights reserved.