Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

window.outerHeight

window.outerHeight

ブラウザウィンドウの外側の高さを取得します。 window.outerHeight は、ツールバー、ウィンドウ chrome を含む、ブラウザウィンドウ全体の高さを表します。


構文

var intWindowHeight = window.outerHeight;

戻り値

intWindowHeight は、window.outerHeight プロパティの値を保持します。

window.outerHeight プロパティは、読みこみ専用です。また、デフォルトの値はありません。 window.outerHeight プロパティは、ピクセル数を表す整数を保持します。

注記

To do

window.innerHeightwindow.innerWidthwindow.outerWidth も参照してください。

図による例

innerHeight vs outerHeight illustration

標準情報

DOM Level 0。どの標準にも属しません。

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: khalid32, ethertank, Potappo
 最終更新者: khalid32,