How do I make a hyperlink change multiple inline frames?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top