<a href="#" onClick="geheURL();">Link</a>
function geheURL()
{
window.open("www.xyz.de", "width=580,height=500,status=yes,scrollbars=yes,resizable=no");
window.open("www.xyz.de", "width=580,height=500,status=yes,scrollbars=yes,resizable=no");
window.focus;
}
Das ist nicht fehlerfrei, da nicht getestet, aber so würde ich es machen...