TOC PREV NEXT INDEX

Put your logo here!


window.innerHeight


Gets/sets the height of the content area of the browser window.

Syntax

window.innerHeight = iPx 
iPx = window.innerHeight 

Parameters

iPx is the number of pixels as an integer.

Example

window.innerHeight = 400; 
window.innerWidth = 400; 

Notes

See also window.innerWidth, window.outerHeight.

Specification

DOM Level 0. Not part of specification. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX