ココ?


このページの<head>〜</head>間に下のを書いておく。

<script language="javascript">
function winopen(){

expandWin=window.open("komado.htm","name","toolbar=0,location=0,status=0,menubar=0,scrollbar=0,resizable=1,width=30,height=30");

for(curWidth=35,curHeight=35;curWidth<650;curWidth+=10,curHeight+=8){

expandWin.resizeTo(curWidth,curHeight);
}
expandWin.resizeTo(650,600);
}
</script>

<body>〜</body>の間に
<a href="#" onClick="winopen()" ;>ココ?</a>と書いておく。

開くファイル名はここではkomado.htmにしてます。