Categories:

JavaScript Kit > JavaScript Reference > Here

Screen Object

Last updated: June 20th, 2004

Use the Screen object of JavaScript to derive basic information about the user's screen, such as dimensions.

Related Tutorials

Properties

Properties Description
availHeight Specifies the height of the screen, in pixels, minus interface features such as the taskbar in Windows.
availWidth Specifies the width of the screen, in pixels, minus interface features such as the taskbar in Windows.
colorDepth The bit depth of the color palette available for displaying images in bits per pixel.
height The total height of the screen, in pixels.
pixelDepth Display screen color resolution (bits per pixel). NS4/ NS6+ exclusive property.
width The total width of the screen, in pixels.

Reference List

Partners
Right column

CopyRight © 1998-2008 JavaScript Kit. NO PART may be reproduced without author's permission.