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

Q297 Is it possible to click on a link in one frame, that opens one document in one of the frames, and another one in the remaining frame?

irt.org | Knowledge Base | JavaScript | Frame | Q297 [ previous next ]

Q297 Is it possible to click on a link in one frame, that opens one document in one of the frames, and another one in the remaining frame?

Try this:

<A HREF="apage.html" TARGET="frameName1" onClick="parent.frameName2.location.href='bpage.html'">go</a>

Where frameName1 and frameName2 are the names of the two frames that you want to change.

Feedback on 'Q297 Is it possible to click on a link in one frame, that opens one document in one of the frames, and another one in the remaining frame?'


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.