Windowの指定
起動時のWindowの大きさ指定 Sample
<BODY onload="window.resizeTo(300,300);">
Windowの大きさを指定して開く Sample
<A onclick="window.open('sample01.html','min1','toolbar=0,location=0,directories=0,status=0, menubar=0,scrollbars=0,resizable=0,width=200,height=100')">Sample</A>
<a href="#" onclick="window.open('./chat/','chat','width=400,height=300');">WebChat</a>
Windowの位置を指定して開く Sample
<A href=# onclick="window.open('sample03.html','min2','left=50,top=50')">Sample</A>
n秒後に別ページへ自動ジャンプ Refresh
<meta http-equiv="refresh" content="3; url=http://elmblog.com/right.php">
[BACK] [CLOSE]
<A id="no" href="javascript:history.back()" target="_top">[BACK] </A><A id="no" href="javascript:window.close()">[CLOSE]</A>