Hi,
I have the following code: <a href="#" OnClick="document.getElementById('chgMe').src='ban ana.jpg'">Banana</a>
Now this code works great when placed in the body of my index.html page so that it can change the source image for one of the iframes (the iframe with an ID "chgMe") on the index.html page. My problem is that I want to place that code IN an another iframe, so that iframe can have a link that changes the source for the other iframe.
Both of the iframes are on the same page, so basically I need iFrameA (which is located in the index.html page) to have a link in it's content that changes the source of iFrameB which is also in the index.html page.
Any HTML/Javascript/PHP code would be of great help, I'm really getting desperate here, so please help... Thanks!