JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

Window.length Property

Name

Window.length Property---number of frames in the window

Availability

Navigator 2.0, Internet Explorer 3.0

Synopsis

window.length

Description

The length property specifies the number of frames contained in window, which may be any top-level window or frame. length also specifies the number of elements in the window.frames[] array.

See Also

"Frame", "Window", "Window.frames[]"


Previous Home Next
Window.java Book Index Window.location

HTML: The Definitive Guide CGI Programming JavaScript: The Definitive Guide Programming Perl WebMaster in a Nutshell