JavaScript Class

Home Help Table of Contents Class Stuff

Functions

A Frame object is created by using the HTML <FRAME> tag in a Window that contains the <FRAMESET> tag. A frame is an independent window within a parent window (in other words, you can display multiple frames, or windows, on a single screen). It has its own URL and is treated, with a few exceptions, as a Window object by JavaScript (this includes having all the same methods and properties of a Window object).

See some examples here



Home Help Table of Contents Class Stuff