Definition: The outerheight property is used to determine the height of a window (including the browser borders and title bar) in some browsers. This is not a reserved word so you can declare your own variable or function called outerheight but if you do then you will not be able to find the height of the window in all browsers.
Examples:
var height = window.outerheight;

