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

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?

You are here: irt.org | FAQ | JavaScript | Frame | Q297 [ previous next ]

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

©2018 Martin Webb