JavaScript Window property: frames
[this page | pdf | back links]
The frames property (of the JavaScript
BOM window object) returns
an array-like object of all <iframe>
objects in the current window object. The first element has an index entry of 0.
The number of <iframe>
objects contained in the object can be identified from frames.length.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)