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
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
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
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
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.
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
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
Navigates to the URL designated as the home page for the browser. This is the same as the user clicking on the Home button.
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( )
Returns a style object (specifically, a CSSStyleDeclaration object in the W3C DOM terminology) showing the net cascade of style settings that affe
Mistakenly exposed to scripters, this method calls upon the operating system's way of alerting a user that the application needs attention. In Windo
Navigates one step forward through the history list of the window or frame. If the forward history has no entries, no action takes place.
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
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
Evaluates one or more script expressions in any scripting language embedded in the browser. Expressions must be contained within a single string