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: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.