・━・━・━・━・━・━・━・━ ここから ━・━・━・━━・━・━・━・━・━ ここで例示するのは、tencho2.html (表示させたい.html) というファイルを大きさ400、 < 例 >
<html>
<head>
<script language="JavaScript"><!--
function infomwin ()
{
var win=window.open("表示させたい.html","dummy","width=400,height=400,
toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,
resizable=1");
}
// ---></script>
</head>
<a href="javascript:infomwin (0)">
<img src="なんかのイメージ" height="??" width="??">
</body>
</html>
・━・━・━・━・━・━・━・━ ここまで ━・━・━・━━・━・━・━・━・━
高さ400 ツールバーなし等で画面左上に表示します.
ステータスは 1 or 0 でブラウザの各属性が切り替わります