Window > Proprietà

window._content
Returns a reference to the content element in the current window.
window.closed
This property indicates whether the current window is closed or not.
window.Components
Returns an array of the components installed in the browser.
window.controllers
Returns the XUL controller objects for the current chrome window.
window.crypto
Returns the browser crypto object window.
defaultStatus
Gets/sets the status bar text for the given window.
window.directories
Returns a reference to the directories toolbar in the current chrome.
window.document
Returns a reference to the document that the window contains.
window.frames
Returns an array of the subframes in the current window.
window.history
Returns a reference to the history object.
window.innerHeight
Gets the height of the content area of the browser window including, if rendered, the horizontal scrollbar.
window.innerWidth
Gets the height of the content area of the browser window including, if rendered, the vertical scrollbar.
window.length
Returns the number of frames in the window.
window.location
Gets/sets the location, or current URL, of the window object.
window.locationbar
Returns the locationbar object, whose visibility can be toggled in the window.
window.menubar
Returns the menubar object, whose visibility can be toggled in the window.
window.name
Gets/sets the name of the window.
window.navigator
Returns a reference to the navigator object.
window.navigator.appCodeName
Returns the internal “code” name of the current browser.
window.navigator.appName
Returns the official name of the browser.
window.navigator.appVersion
Returns the version of the browser as a string.
window.navigator.cookieEnabled
Returns a boolean indicating whether cookies are enabled in the browser or not.
window.navigator.language
Returns a string representing the language version of the browser.
window.navigator.mimeTypes
Returns a list of the MIME types supported by the browser.
window.navigator.oscpu
Returns a string that represents the current operating system.
window.navigator.platform
Returns a string representing the platform of the browser.
window.navigator.plugins
Returns an array of the plugins installed in the browser.
window.navigator.product
Returns the product name of the browser (e.g. “Gecko”).
window.navigator.productSub
Returns the product version number (e.g. “5.0”).
window.navigator.userAgent
Returns the user agent string for the current browser.
window.navigator.vendor
Returns the vendor name of the current browser (e.g. “Netscape6”).
window.navigator.vendorSub
Returns the vendor version number (e.g. “6.1”).
window.opener
Returns a reference to the window that opened this current window.
window.outerHeight
Gets the height of the outside of the browser window.
window.outerWidth
Gets the width of the outside of the browser window.
window.pageXOffset
Gets the amount of content that has been hidden by scrolling to the right.
window.pageYOffset
Gets the amount of content that has been hidden by scrolling down.
window.parent
Returns a reference to the parent of the current window or subframe.
window.personalbar
Returns the personalbar object, whose visibility can be toggled in the window.
window.pkcs11
Returns the pkcs11 object, which can be used to install drivers other software associated with the pkcs11 protocol.
window.prompter
Returns a reference to the prompt window, if any, currently displayed.
window.screen
Returns a reference to the screen object associated with the window.
window.screen.availHeight
Specifies the y-coordinate of the first pixel that is not allocated to permanent or semipermanent user interface features.
window.screen.availLeft
Returns the first available pixel available from the left side of the screen.
window.screen.availTop
Specifies the height of the screen, in pixels, minus permanent or semipermanent user interface features displayed by the operating system, such as the Taskbar on Windows.
window.screen.availWidth
Returns the amount of horizontal space in pixels available to the window.
window.screen.colorDepth
Returns the color depth of the screen.
window.screen.height
Returns the height of the screen in pixels.
window.screen.left
Gets/sets the current distance in pixels from the left side of the screen.
window.screen.pixelDepth
Getst the bit depth of the screen.
window.screen.top
Gets/sets the distance from the top of the screen.
window.screen.width
Returns the width of the screen.
window.screenX
Returns the horizontal distance of the left border of the user’s browser from the left side of the screen.
window.screenY
Returns the vertical distance of the top border of the user’s browser from the top side of the screen.
window.scrollbars
Returns the scrollbars object, whose visibility can be toggled in the window.
window.scrollX
Returns the number of pixels that the document has already been scrolled horizontally.
window.scrollY
Returns the number of pixels that the document has already been scrolled vertically.
window.self
Returns an object reference to the window object itself.
window.sidebar
Returns a reference to the window object of the sidebar.
window.status
Gets/sets the text in the statusbar at the bottom of the browser.
window.statusbar
Returns the statusbar object, whose visibility can be toggled in the window.
window.toolbar
Returns the toolbar object, whose visibility can be toggled in the window.
window.top
Returns a reference to the topmost window in the window hierarchy.
window.window
Returns a reference to the current window.

Lascia un commento