Mega Code Archive

 
Categories / JavaScript DHTML / HTML
 

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>