Property |
Description |
closed |
whether a window has been closed or not |
defaultStatus |
Sets or gets the default text in the statusbar of a window |
document |
Get the Document object for the window |
frames |
Get an array of all the frames including iframes in the current window |
history |
Get the History object for the window |
innerHeight |
Get the inner height of a window's content area |
innerWidth |
Get the inner width of a window's content area |
length |
Get the number of frames (including iframes) in a window |
location |
Get the Location object for the window |
name |
Sets or gets the name of a window |
navigator |
Get the Navigator object for the window |
opener |
Get a reference to the window that created the window |
outerHeight |
Get the outer height of a window, including toolbars/scrollbars |
outerWidth |
Get the outer width of a window, including toolbars/scrollbars |
pageXOffset |
Get the pixels offset scrolled horizontally from the upper left corner |
pageYOffset |
Get the pixels offset scrolled vertically from the upper left corner |
parent |
Get the parent window of the current window |
screen |
Get the Screen object for the window |
screenLeft |
Get the x coordinate of the window relative to the screen |
screenTop |
Get the y coordinate of the window relative to the screen |
screenX |
Get the x coordinate of the window relative to the screen |
screenY |
Get the y coordinate of the window relative to the screen |
self |
Get the current window |
status |
Sets or gets the text in the statusbar of a window |
top |
Get the topmost browser window |