サブウィンドウを指定した位置で開くには

<html>
<head>
<title>Sample</title>
<script type="text/javascript"><!--
window.open("http://www.openspc2.org/","sbwin","top=240,left=320,width=480,height=360");
// --></script>
</head>
<body>
</body>
</html>
・サンプルを実行
・サンプルをダウンロード
逆引きクイックリファレンス JavaScript 説明などは本書を参考にしてください。