hi
versuchs mal hiermit vielleicht klapts
<html>
<head>
<script language="JavaScript" type="text/JavaScript">
<!--
function openwindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body>
<a href="seite1.htm" target="_self" onClick="openwindow('seite2.htm','','')" >link zu seite 1</a>
</body>
</html>