<script> function popup() { window.open("fenster.htm","neu","width=400,height=350"); window.open.focus; } </script> <body OnLoad="popup()">