Name

length — NN n/a IE 4 DOM n/a

Synopsis

Read-only

The number of frames (if any) nested within the current window. This value is the same as that returned by window.frames.length. When no frames are defined for the window, the value is zero.

Example

if (window.length > 0) {
    ...
}

Value

Integer.

Default

0

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.