Returns a boolean true if a window is closed.
Returns the Console Object for the window. See also The Console Object.
Deprecated.
Returns the Document object for the window. See also The Document Object.
Returns the frame in which the window runs.
Returns all window objects running in the window.
Returns the History object for the window. See also The History Object.
"Returns the height of the windows content area (viewport) including scrollbars"
"Returns the width of a windows content area (viewport) including scrollbars"
Returns the number of iframe elements in the current window
Allows to save key/value pairs in a web browser. Stores the data with no expiration date
Returns the Location object for the window. See also the The Location Object.
Sets or returns the name of a window
Returns the Navigator object for the window. See also The Navigator object.
Returns a reference to the window that created the window
Returns the height of the browser window
Returns the width of the browser window
Returns the pixels the current document has been scrolled (horizontally) from the upper left corner of the window
Returns the pixels the current document has been scrolled (vertically) from the upper left corner of the window
Returns the parent window of the current window
Returns the Screen object for the window See also The Screen object
Returns the horizontal coordinate of the window relative to the screen
Returns the vertical coordinate of the window relative to the screen
Returns the horizontal coordinate of the window relative to the screen
Returns the vertical coordinate of the window relative to the screen
Allows to save key/value pairs in a web browser. Stores the data for one session
An alias of pageXOffset
An alias of pageYOffset
Returns the current window
Deprecated. Avoid using it.
Returns the topmost browser window
Attaches an event handler to the window
Displays an alert box with a message and an OK button
Decodes a base-64 encoded string
Removes focus from the current window
Encodes a string in base-64
Clears a timer set with setInterval()
Clears a timer set with setTimeout()
Closes the current window
Displays a dialog box with a message and an OK and a Cancel button
Sets focus to the current window
Gets the current computed CSS styles applied to an element
Returns a Selection object representing the range of text selected by the user
Returns a MediaQueryList object representing the specified CSS media query string
Moves a window relative to its current position
Moves a window to the specified position
Opens a new browser window
Prints the content of the current window
Displays a dialog box that prompts the visitor for input
Removes an event handler from the window
Requests the browser to call a function to update an animation before the next repaint
Resizes the window by the specified pixels
Resizes the window to the specified width and height
Deprecated. This method has been replaced by the scrollTo() method.
Scrolls the document by the specified number of pixels
Scrolls the document to the specified coordinates
Calls a function or evaluates an expression at specified intervals (in milliseconds)
Calls a function or evaluates an expression after a specified number of milliseconds
Stops the window from loading