--- title: window.length slug: Web/API/Window/length tags: - API - Gecko - HTML DOM - Property - Reference - Window translation_of: Web/API/Window/length ---
{{ApiRef}}

概要

ウィンドウにおけるフレーム({{HTMLElement("frame")}} か {{HTMLElement("iframe")}} 要素のいずれか)の数を返します。

構文

framesCount = window.length;

if (window.length) {
  // サブフレーム数が 0 でない場合の処理をここに記述
}

仕様

仕様 状態 コメント
{{SpecName('HTML WHATWG','browsers.html#dom-length','Window.length')}} {{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'browsers.html#dom-length', 'Window.length')}} {{Spec2('HTML5 W3C')}}