Closed is true only when the window is closed, false at other times,
Defaultstatus Status Bar display text
Document Object model, reference to document object, representing HTML document displayed in window
An array of Frames window objects that represent the individual frames in Windows
History's reference to the historical object, representing the user's browsing window
a reference to the Location object that represents the URL address of the document displayed in the window
Name window, which can be used by the target property of a
Opener a reference to the Window object that opens the current window whose value is null if the current window is opened by the user
Parent Parents window
Self reference to the current Window object, which is synonymous with window
Top when a window is nested in multiple layers, represents a top-level window
Window self-referencing property, reference to the current Window object
Navigator:appname appversion useragent appCodeName Platform
Method:
1.alert () Confirm () prompt ()
2. Close () Closes the window for Windows to open
3.focus () Blur ()
4.moveBy () MoveTo ()
5.open () Open a new top-level window
6.print () Print Web content
7.resizeBy () Resizeto ()
8.scrollBy () Scroolto ()
9.setInterval () clearinterval ()
10.setTimeout () cleartimeout ()
Important properties of the Window object