PDA

View Full Version : double links on one anchor


inferno
06-24-2003, 07:05 PM
hi guys.

I want link on my site, so that you click on it, (or mouse over, whatever's easier) so that it opens two pop-ups. Now i know you can't have two links on one anchor in html, thats why i've turned to js, but i don't have a clue about it. So if you could perhaps gimme some ode, i would be quite grateful...


thanks,

btw the link will go on www.cyberfingers.com, i had a few attempts @ the bottom :p

joh6nn
06-24-2003, 09:26 PM
<a href="link one.html" target="window1"
onclick="window.open("link two.html");">click click</a>

hope that helps.

inferno
06-24-2003, 10:07 PM
thanks a lot

:thumbsup: