Hallo,
noch ne Variante...
bei a href das script eintragen, da sonst dier seite normal geöffnet wird und dein script umgangen wird...
<script type="text/javascript">
function newWin(seite,W,H)
{
F1 = window.open(seite,'','width='+W+',height='+H+',menubar=no,resizeable=no,status=no,locationbar=no,scrollbars=yes');
}
</script>
<a href="javascript:newWin(blabla.htm,300,400)">blabla</a> (Für ein Fenster 300x400)
Odium