Back to Content

Window: length property

files/en-us/web/api/window/length/index.md

latest311 B
Original Source

{{APIRef}}

Returns the number of frames (either {{HTMLElement("frame")}} or {{HTMLElement("iframe")}} elements) in the window.

Value

A number.

Examples

js
if (window.length) {
  // this is a document with subframes
}

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}