I have a page which has two separate iframes. I know how to use target="iframename", but i want to have one link that changes both frames, and the code
Code:
<a href="lalala1.html" target="iframe1"><a href="lalala2.html" target="iframe2">link text</a></a>
doesn't work. Is there any way to do this, or is it a lost cause? Is there maybe a way to use a javascript function? (If javascvript is solution, sorry that this is in wrong topic.)

