Hallo,
versuch mal
<script>
function tues(){
auftun=window.open("introx.html","WindowX","resizable=yes,width=104,height=374,screenX=0,screenY=0,scrollbars");
auftun.focus();
}
</script>
<body>
<script>
tues();
</script>
</body>
Grüsse
Cyx23