Window.innerWidth (Property)

The width of the window inside the frame.

Availability:

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

This property is supported on Netscape Navigator and tells you what the current width 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.innerHeight, Window.outerHeight, Window.outerWidth

insert figure 0056