im Headbereich der Seite:
////
<script>
function openWindow()
{
window.open('thewindow.html','myWindow','scrollbars=YES,toolbar=NO,menubar=NO,resizable=YES,height=450,width=650,location=NO,status=NO');
}
</script>
////
im Body:
<BODY onLoad="openWindow();">