I’m working on a table of links within a site using iframes. I’m wondering if there’s any way to code a link to go to two simultaneous destinations within two different target frames? I’ve been reading all afternoon and can’t find anything close to what I want to do. Basically I want one link to present a photo in one iframe and some data in another iframe. Any ideas?
Share
Short answer: No.
Longer answer: With what you describe, using strictly X/HTML, this isn’t possible. You could add in javascript to change the iframe src, however. Something like:
But of course, you probably shouldn’t be using iframes anyways…