Mega Code Archive

 
Categories / JavaScript Tutorial / Window
 

Window parent

Syntax window.parent.frames[num]     window.parent.frameName The parent property contains a reference to the parent window. The referencing of these sibling frames can either be done using the frames array, or the name that is assigned by the NAME attribute of the tag. var myFrameReference = myWin.parent.frames[2];