Hallo.
Probiere es doch mal so.
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
function neuesFenster(URL1)
{
f1=window.open(URL1,"Popup","width=400,height=300,top=100,left=100")
f1.focus()
}
//-->
</SCRIPT>
</head>
<body>
<a href="#" target="Popup" onclick="neuesFenster('datei1.htm');return false">Neues Fenster</a><br><br>
<a href="#" target="Popup" onclick="neuesFenster('datei2.htm');return false">Neues Fenster 1</a><br><br>
</body>
</html>
Ich hoffe es war das richtige, sonst noch einmal melden.
Tschau holger_b.