window.parent : Window Object : Window JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Window » Window Object »

 

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];







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Window
» Window Object