Loading into two frames from one link?

liunx

Guest
Is it possible to load two different pages into two different frames, by clicking one link?<br />
(shouldn't be to hard...)<!--content-->Yes, using JavaScript.<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"#" onclick="window.open('page1.html', 'frame1'); window.open('page2.html', 'frame2');">Click here</a><!--content-->
 
Back
Top