height Property

Internet Development Index

Retrieves the vertical resolution of the screen.

Syntax

[ iHeight = ] screen.height

Possible Values

iHeightInteger that receives the screen height, in pixels.

The property is read-only. The property has no default value.

Standards Information

This property is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 Non-Microsoft link.

Applies To

screen

See Also

availHeight, width