JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

Window.frames[] Property

Name

Window.frames[] Property---list of frames within a window

Availability

Navigator 2.0, Internet Explorer 3.0

Synopsis

window.frames[i]
window.frames.length

Description

The frames property is an array of references to Window objects, one for each frame contained within the specified window. The frames.length property contains the number of elements in the frames[] array, as does the window.length property. Note that frames referenced by the frames[] array may themselves contain frames and may have a frames[] array of their own.

See Also

"Frame", "Window"


Previous Home Next
Window.focus() Book Index Window.history

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