2 target iframes with one link?

emak

New Member
does anyone know if when writing in complete HTML, no java being used, can you have a link target more than one iframe?

here what i'm looking to do. On a page i have one side with links to a quiz and answers in 3 separate blocks. In each block there is 2 links, one that says quiz and another that says answers. When the quiz is hit, it will display the quiz in an iframe on the other side, and when the answers link is clicked it will display the answers in an iframe below. The issue i am having is that when the 2nd quiz is hit, the quiz will display but the answers to the first quiz are still up. And i guess it bothers the client.

What i wanna try to do is that when the link to quiz 2 is clicked it will throw a blank page into the 2nd iframe. Can this be done?
 

zkiller

Super Moderator
Staff member
only if the two frames have the same name.

even then they would load the same file, so it's really rather pointless.
 
Last edited:
Top