One click opens two pages in dif. frames?

I wish to make a link so when it is clicked on it, it will open link1.htm in target="_self", and also another page(link2.htm) in topFrame(for example).. <br />
So what I wish to say is that when someone clicks on a link, it opens two pages at the same(one in "_self" and one in "topFrame")...<!--content-->Try this link:<br />
<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"noFrames.html" onClick="parent.topFrameName.location.href='page1.html';parent.rightFrameName.location.href='http://www.webdeveloper.com/forum/archive/index.php/page2.html'; return false;">Go there</a><br />
<br />
<br />
Jona<!--content-->Yes, that't the one.... Thank you....<br />
One more question though... Is it possible to putt <!-- w --><a class="postlink" href="http://www.location.com">www.location.com</a><!-- w --> instead of page2.htm or I need to modify the code? Will the webpage(<!-- w --><a class="postlink" href="http://www.location.com">www.location.com</a><!-- w -->) be opened in the frame just like page2.htm does?<!--content-->Just change page1.htm to whatever you want--yaho.com, msn.com, whatever. The page1.htm file loads in the top frame. You can do the same with page2.htm, which loads in the right frame.<br />
<br />
Jona<!--content-->i need the code to go in a menu frame which is in the bottom left of the site and a main frame that is the bottom right frame<!--content-->
 
Back
Top