This is an object reference to the browser window. Script statements from inside nested frames can refer to the browser window properties and method
The toolbar of window is described in chapter: javascript window directories, locationbar, menubar, personalbar, scrollbars, statusbar, toolbar
The statusbar of window is described in chapter: javascript window directories, locationbar, menubar, personalbar, scrollbars, statusbar, toolbar
Specifies the text of the status bar of the browser window. Setting the status bar to some message is recommended only for temporary messages, such
The sidebar property of window is described in chapter: javascript window appCore, Components, content, controllers, prompter, sidebar
This is a reference to the current window or frame. This property is synonymous with window, but is sometimes used to improve clarity in a complex scr
The scrollbars of window is described in chapter: javascript window directories, locationbar, menubar, personalbar, scrollbars, statusbar, toolbar
Return the pixel distance the window is scrolled along the horizontal ( scrollX ) and vertical ( scrollY ) axes. To determine these values in IE, y
Return pixel coordinates of the top-left corner of the entire browser window (including "chrome") relative to the top-left corner of the scr
Return pixel coordinates of the top-left corner of the browser content area relative to the top-left corner of the screen.
Returns a reference to the screen object. Since the window reference is optional, syntax without the window reference works on all scriptable
A value to be returned to the main window when an IE dialog window closes. The value assigned to this property in a script running in the dialog windo
The prompter property of window is described in chapter: javascript window appCore, Components, content, controllers, prompter, sidebar
The personalbar of window is described in chapter: javascript window directories, locationbar, menubar, personalbar, scrollbars, statusbar, toolbar