2 links

liunx

Guest
can anyone tell me the code to load 2 links at the same time when you click just one link?<!--content-->Here's a link that might help.<br />
<!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/97/02/index4a.html">http://hotwired.lycos.com/webmonkey/97/02/index4a.html</a><!-- m --><br />
:P<!--content-->it didnt work :(<br />
i jus want 2 new pages to open when u click one link<!--content-->Use this code.<br />
<a href=http://www.htmlforums.com/archive/index.php/"page1.html"<br />
onClick="window.self.location='page2.html'" target="_blank"><br />
Click Here, fool!</a><br />
Replace page1.html and page2.html with the links you want to open. Be sure that you have JavaScript enabled. <br />
I hope this helps. :)<br />
An example is here (<!-- m --><a class="postlink" href="http://www.geocities.com/eddyd84//test1.html">http://www.geocities.com/eddyd84//test1.html</a><!-- m -->).<!--content-->
 
Back
Top