Results 281 - 298 of 298
Gets the Y coordinate of the top-left corner of the window's viewport, in screen coordinates.
Returns the number of times the current document has been painted to the screen in this window.
Gets/sets the name of the window.
The
Window.navigator
read-only property returns a reference to the
Navigator
object, which can be queried for information about the application running the script.
Returns a reference to the window that opened this current window.
A reference to the parent of the current window or subframe.
The Web Performance API allows web pages access to certain functions for measuring the performance of web pages and web applications, including the
Navigation Timing API and high-resolution time data.
Returns the personalbar
object, whose visibility can be toggled in the window.
Returns the scrollbars object, whose visibility can be checked.
Returns the maximum number of pixels that the document can be scrolled vertically.
Sets the text in the status bar at the bottom of the browser or returns the previously set text.
Returns the statusbar object, whose visibility can be toggled in the window.
Returns the toolbar object, whose visibility can be toggled in the window.
The window
property of a window object points to the window object itself. Thus the following expressions all return the same window object:
The ::marker
CSS pseudo-element represents the marker box of a list item (e.g. the bullet point or item number).