Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1107 How can the 'BACK' button of the browser change both the frames in the frameset?

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'">

Feedback on 'Q1107 How can the 'BACK' button of the browser change both the frames in the frameset?'

©2018 Martin Webb