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.outerWidth

概要

ブラウザウィンドウの外側の幅を取得します。 window.outerWidth は、サイドバー(展開されている場合)、ウィンドウ chrome 、ウィンドウをリサイズするボーダー/ハンドルを含む、ブラウザウィンドウ全体の幅を表します。

構文

var intWindowWidth = window.outerWidth;

戻り値

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

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

注記

To do

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

標準情報

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

the To do in Notes

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

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