You are here: irt.org | FAQ | JavaScript | History | Q1107 [ previous next ]
Load both the current frames with the link that brought you there by loading a new frameset.
Or have the last frame loaded look to see if the other frame contains a matching page:
<body onLoad="if (top.otherframe.location.href.indexOf('matchingpage.html') ==-1) top.otherframe.location='matchingpage.html'">