Javascript Reference
Objects > window
javascript window external
Returns a reference to the external object, which provides access to lower-level functionality of the browser engine (security permissions willing
javascript window frameElement
If the current window is a member of a frameset or is an iframe, the frameElement property returns a reference to the frame or iframe element object.
javascript window frames[ ]
Returns a collection (array) of window objects that are implemented as frames or iframes in the current window. For a frameset's parent or top
javascript window history
Contains the history object for the current window or frame. For details, see the discussion of the history object.
javascript window innerHeight, innerWidth
Specify the pixel measure of the height and width of the content region of a browser window or frame. This area is where the document content appear
javascript window length
Specifies the number of frames (if any) nested within the current window. This value is the same as that returned by window.frames.length . When no
javascript window location
Returns a location object containing URL details of the document currently loaded in the window or frame. To navigate to another page, you assign
javascript window locationbar
The locationbar of window is described in chapter: javascript window directories, locationbar, menubar, personalbar, scrollbars, statusbar, toolbar
javascript window menubar
The menubar of window is described in chapter: javascript window directories, locationbar, menubar, personalbar, scrollbars, statusbar, toolbar
javascript window name
This is the identifier associated with a frame or subwindow for use as the value assigned to target attributes or as script references to the fram
javascript window navigator
Returns a reference to the navigator object. Since the window reference is optional, syntax without the window reference works on all scriptab
javascript window offscreenBuffering
Indicates whether the browser should use offscreen buffering to improve path animation performance. Although the property is implemented in IE 5 for
javascript window opener
This is an object reference to the window (or frame) that used a window.open( ) method to generate the current window. This property allows subwin
javascript window outerHeight, outerWidth
Specify the pixel measure of the height and width of the browser window or frame, including (for the top window) all tool bars, scoll bars, and other
javascript window pageXOffset, pageYOffset
Specify the pixel measure of the amount of the page's content that has been scrolled upward and/or to the left. For example, if a document has been
< 16-30 / 93 >

Powered by Linode.