javascript window parent

Returns a reference to the parent window object whose document defined the frameset in which the current frame is specified.

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

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 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 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 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 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 menubar

The menubar of window is described in chapter: javascript window directories, locationbar, menubar, personalbar, scrollbars, statusbar, toolbar

javascript window locationbar

The locationbar of window is described in chapter: javascript window directories, locationbar, menubar, personalbar, scrollbars, statusbar, toolbar

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 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 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 history

Contains the history object for the current window or frame. For details, see the discussion of the history 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 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.