楼上正解,另外还可以用moveTo来移动当前窗口的位置,例如<script language="javascript" type="text/javascript">
<!--
self.moveTo(0,0);
self.resizeTo(200,200);
//-->
</script>