How do I make a hyperlink change multiple inline frames?

L

Les

I am reworking a website i have and would like to be able to change the
content in 2 inline frames by clicking one link. Is that possible?
 
D

DwayneConyers

Les said:
I am reworking a website i have and would like to be able to change the
content in 2 inline frames by clicking one link. Is that possible?


Create a JavaScript to modify the IFRAMEs and make the HREF of your A anchor
void with the ONCLICK event referencing the JS.

Hope that helps.
 
Top