FRAME
tag inside a FRAMESET
tag. Frames can point to different URLs and be targeted by other URLs, all within the same screen. A series of frames makes up a page. The Frame
object is a convenience for thinking about the objects that constitute these frames. However, JavaScript actually represents a frame using a Window
object. Every Frame
object is a Window
object, and has all the methods and properties of a Window
object. There are a small number of minor differences between a window that is a frame and a top-level window. See Window
for complete information on frames.
Client-side object | |
Implemented in |
Navigator 2.0 Navigator 3.0: added blur and focus methods; added onBlur and onFocus event handlers
|
Last Updated: 10/31/97 12:31:44