javascript window moveTo( )

This is a convenience method that shifts the location of the current window to a specific coordinate point. The moveTo( ) method uses the screen c

javascript window moveBy( )

This is a convenience method that shifts the location of the window by specified pixel amounts along both axes. To shift along only one axis, set th

javascript window home( )

Navigates to the URL designated as the home page for the browser. This is the same as the user clicking on the Home button.

javascript window getSelection( )

Returns a selection object, which can then be turned into a W3C DOM Range object. This method takes the place of the old document.getSelection( )

javascript window getComputedStyle( )

Returns a style object (specifically, a CSSStyleDeclaration object in the W3C DOM terminology) showing the net cascade of style settings that affe

javascript window GetAttention( )

Mistakenly exposed to scripters, this method calls upon the operating system's way of alerting a user that the application needs attention. In Windo

javascript window forward( )

Navigates one step forward through the history list of the window or frame. If the forward history has no entries, no action takes place.

javascript window focus( )

Brings the window to the front of all regular browser windows and fires the onFocus event (in IE). If another window had focus at the time, that o

javascript window find( )

Searches the document body text for a string and selects the first matching string. Optionally, you can specify whether the search should be case-se

javascript window execScript( )

Evaluates one or more script expressions in any scripting language embedded in the browser. Expressions must be contained within a single string

javascript window dispatchEvent( )

Although the window object is not officially part of the W3C DOM, Netscape 6 implements this W3C DOM event model method for the window object.

javascript window disableExternalCapture( ), enableExternalCapture( )

With signed scripts and the user's permission, a script can capture events in other windows or frames that come from domains other than the one that

javascript window detachEvent( )

This IE event model method, shared among all element objects, is also a member of the window object.

javascript window createPopup( )

Opens a blank popup rectangular space that can be populated with HTML content, yet the space can extend across frame boundaries and even window bord

javascript window confirm( )

Displays a dialog box with a message and two clickable buttons. Script execution halts while the dialog box appears. One button indicates a Cancel