Reference to parent frame from inner frame : Frame FrameSet « HTML « JavaScript DHTML






Reference to parent frame from inner frame

   

<html>
<body>
<h1>Frame B</h1>
<p><a href="javascript:parent.framea.location.replace('frameb.html')">Change sibling</a></p>
</body>
</html>

   
    
    
  








Related examples in the same category

1.Parent window
2.Window top frame
3.Frame 'cols' Example
4.'rows' Example
5.'noResize' Example
6.'frameElement' Example
7.'frameBorder' Example
8.'frameSpacing' Example
9.Frameset in Javascript
10.Create frameset
11.Hide and Show Frame Example
12.Handling Load Events in a Layout Document
13.Frameset for document.URL Property Reader
14.Creating a Blank Frame
15.A blank frameset with Javascript
16.Get frame size
17.Make new frameset
18.Frameset Navigator
19.Frameset show and hide
20.Multiple Search Engine
21.File: frameset.htm