Forum Moderators: open

Message Too Old, No Replies

target 2 iframes at the same time

         

jackvull

1:34 pm on Jun 27, 2006 (gmt 0)

10+ Year Member



Is it possible to target 2 iframes at the same time without using javascript?

For example an anchor with target attribute...

tedster

8:20 pm on Jun 28, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No, not as a general rule. Unfortunately for frameset websites, this is not directly possible within the HTML spec.

One possiblity depends on your frame configuration. If you can create a nested frameset that contains both of the frames you want to see change, then you can target the frame that holds the nested frameset. Otherwise, you need javascript.

<added>
I just re-read and see that you are asking about an iframe. The answer there is no, in all cases.
</added>