Window JavaScript Tutorial

Syntax

window.frames["frameName"]
    window.frames[num]
The frames property contains an array that stores each frame instance created with the tag, in a document.
Array entries can be referenced either by index number or by the name assigned by the NAME attribute of the tag.