OBJECT:
Frame
A
Frame object is created by using the HTML <FRAME> tag in
a Window that contains the <FRAMESET> tag. A frame is an independant
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).
For more information on Frame objects, go to the Window
object page. |