So scheint es zu funktionieren:
<HTML>
<HEAD>
<TITLE>Testseite</TITLE>
<SCRIPT LANGUAGE='JavaScript'><!--
var tipWin = null;
function opentip()
{
str="http://www.meine-seite/index.htm";
tipWin = window.open(str,'tipWin','width=800,height=600,resizeable=yes,scrollbars=yes');
window.open(str,'tipWin','width=800,height=600');
tipWin.opener = self;
}
//-->
</SCRIPT>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFCC">
<BR>
<BR>
<BR>
<BR>
<BR>
<H4 ALIGN=CENTER><FONT FACE="Arial, Helvetica, sans-serif"><A HREF="javascript

pentip()">
<font color="#000000">Klick
hier um ein kleines Fenster zu Öffnen</font></A></FONT></H4>
</BODY>
</HTML>
Ist das O.K.?
Wie bekomme ich es aber hin, das die Seite mittig platziert geöffnet wird?