Hola
ider68.P
Por casualidad ¿es esto lo que quieres?.
Cita: <html>
<head>
<script language="JavaScript">
var URL = "http://";
function abre2(){
web = "www.google.com";
window.open(URL+web, '_blank', '');
setTimeout ("abre3()", 1000)
}
function abre(){
web = "www.yahoo.com";
window.open(URL+web, '_blank', '');
setTimeout ("abre2()", 1000)
}
</script>
</head>
<body>
<a href="javascript:abre()">Abrir 2 páginas</a>
</body>
</html>
Si es que te he entendido bien.
Saludos