PDA

View Full Version : How can I open three links simultaneously ?


gui_leme
04-17-2006, 04:15 PM
HI!
I want to open three links simultaneously from one. My site has four frames.
The link button is in one frame and the pages its going to link are , each one, in the other 3 frames.

I got this code (to open two links) from one post and it worked properly:
<a href="blah1.html" target="first-frame-name" onclick="parent.second-frame-name.location='blah2.html'">Open Two links</a>

However, to open a third link I cant solve...Should I reapet "href" or "onclick" or neither??? :confused: I've tried some combinations and it didnt work.

Thanks