Window.outerHeight (Property)

The height of the window including the frame.

Availability:

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

This property is supported on Netscape Navigator and tells you what the current height of the outer bordered 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.

Note that the content window will be much smaller than the bordered area. The content area can be controlled directly with the innerHeight and innerWidth properties.

Warnings:

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

insert figure 0057