Window.innerHeight (Property)

The height of the window inside the frame.

Availability:

JavaScript - 1.2
Netscape - 4.0
Opera - 5.0
Property/method value type:Number primitive
JavaScript syntax:-innerHeight
-myWindow.innerHeight

This property is supported on Netscape Navigator and tells you what the current height of the content area of the window is set to.

Assigning a value to this property will resize the window on Netscape Navigator. On MSIE it will be ignored.

Warnings:

See also:Frame object, UniversalBrowserWrite, Window object, Window.innerWidth, Window.outerHeight, Window.outerWidth

insert figure 0056