A little javascript will do the trick, add the following inside the <head></head tags on your page:
<script language="JavaScript" type="text/javascript">
function open2Links(strLink1, strLink2)
{
window.open(strLink2, 'NewPage', 'width=600,height=400');
window.location = strLink1;
}
</script>
Then in your link put:
<a href="javascript: open2Links('http://www.firstpage.com','http://www.secondpage.com');">Some Text</a>
That should do it.
Good things come to those who wait.
http://www.freeasphost.co.uk/evolution/