Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

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

irt.org | Knowledge Base | JavaScript | History | Q1107 [ previous next ]

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

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


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 6th July 2009. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2009 irt.org, All Rights Reserved.