Javascript Reference
Others | HTML Elements | Events | Objects | Grammar
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
javascript window close( )
Closes the current window. A script in a subwindow cannot close the main window without receiving the user's explicit permission from a security
javascript window clearTimeout( )
Turns off the timeout delay counter referenced by the timeoutID parameter. See setTimeout( ) for how to initiate such a delay.
javascript window clearInterval( )
Turns off the interval looping action referenced by the intervalID parameter. See setInterval( ) for how to initiate such a loop.
javascript window captureEvents( )
Instructs the browser to grab events of a specific type before they reach their intended target window objects
javascript window blur( )
Removes focus from the window and fires an onBlur event (in IE). No other element necessarily receives focus as a result, but if another IE window
javascript window back( )
Navigates one step backward through the history list of the window or frame. You may prefer the cross-browser history.back( ) method.
javascript window attachEvent( )
This IE event model method is also a member of the window object. See the attachEvent( ) method
< 61-75 / 2140 >

Powered by Linode.