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

Q669 How can you change the location of two frames by clicking a text link?

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

Try the following variation:

<A HREF="apage.htm" TARGET="frameAname" onClick="parent.frameBname.location.href='bpage.htm'">text</A>

Feedback on 'Q669 How can you change the location of two frames by clicking a text link?'

©2018 Martin Webb