javascript window releaseEvents( )

The opposite of window.captureEvents( ) , this method turns off event capture at the window level for one or more specific events named in the para

javascript window prompt( )

Displays a dialog box with a message, a one-line text entry field, and two clickable buttons. Script execution halts while the dialog box appears. T

javascript window print( )

Starts the printing process for the window or frame. A user must still confirm the print dialog box to send the document to the printer. This method

javascript window open( )

Opens a new window. You can specify a URL to load into the new window or set that parameter to an empty string to allow scripts to document.write( ) i

javascript window navigate( )

Loads a new document into the window or frame. This is the IE-specific way of assigning a value to the window.location.href property.

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