This is the basic JavaScript screen object
The screen object reflects the current user's onscreen settings.
Width returns the size of the screen (number of pixels).
The height returns to the screen. Health.hljmlyfcyy.com
Availwidth returns the available width of the screen (excluding the width of something that does not automatically hide like a taskbar).
Availheight returns the available height of the screen.
ColorDepth returns the number of digits used for the current color setting-1: Black and white, 8:256 colors, 16: Enhanced color, 24/32: True Color
The following is the screen object of the English navigator browser:
Availheight:minus permanent or Semipermanent user interface features displayed by the operating System:such as the taskbar On Windows.
Availwidth:specifies the width of the screen, in pixels, minus permanent or semipermanent user Interface:features Displaye D by the operating system, such as the taskbar on Windows.
Colordepth:the bit depth of the color palette, if one is on use; Otherwise, the value is derived from screen.pixeldepth.
Height:display Screen height.rl.hljmlyfcyy.com
Pixeldepth:display screen color resolution (bits per pixel).
Width:display screen width.
Screen objects in JavaScript