This isn't a flash problem as such, but since i get shockwave help in here more than anywhere, i thought someone could help me out with this 'undoubtedly' simple html problem i have.

I want to Click on the "OPEN" text link, to open 2 .html's in 2 different frames at once.

I know how to refernce 'one':

__________________________________________________

<a href="Link1.htm" target="TargetFrame1">OPEN</a>
__________________________________________________


The problem i have is, how do i get this one link to also open "Link2.htm" in "TargetFrame2"?

I pitty myself for stumbling on this simple problem . . .