JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

Frame Object

Name

Frame Object---a type of Window object

Availability

Navigator 2.0, Internet Explorer 3.0

Synopsis

window.frames[i]
window.frames.length
frames[i]
frames.length

Description

Though the Frame object is sometimes referred to, there is, strictly speaking, no such object. All frames within a browser window are instances of the Window object, and they contain the same properties and support the same methods and event handlers as the Window object does. See the Window object, and its properties, methods, and event handlers for details.

There are a few practical differences between Window objects that represent top-level browser windows, and those that represent frames within a browser window, however:

See Also

"Window"


Previous Home Next
Form.target Book Index frames[]

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