xxxxxxxxxx
<!-- How to Open two links with one click HTML -->
<a href="http://youtube.com/" onclick="window.open('http://google.com');
return true;">Click to open Two Website at One Click</a>
<!-- It'll open GOOGLE in a new window and YOUTUBE in same window. -->