Returns a reference to the navigator object. Since the window reference is optional, syntax without the window reference works on all scriptab
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
The menubar of window is described in chapter: javascript window directories, locationbar, menubar, personalbar, scrollbars, statusbar, toolbar
The locationbar of window is described in chapter: javascript window directories, locationbar, menubar, personalbar, scrollbars, statusbar, toolbar
Returns a location object containing URL details of the document currently loaded in the window or frame. To navigate to another page, you assign
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
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
Contains the history object for the current window or frame. For details, see the discussion of the history object.
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
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.
Returns a reference to the external object, which provides access to lower-level functionality of the browser engine (security permissions willing
Internet Explorer's event model generates an event object for each user or system event. This event object is a property of the window object
Returns a reference to the document object contained by the window. In browsers that offer W3C DOM document tree support, this property points mor
Return references to the Navigator browser window feature (the directories property is new for Netscape 6).
Indicate the offset distance of the left and top edges of a modal dialog window (created with the showModalDialog( ) and showModelessDialog( ) m