自動的に別ウィンドウを起動させます。 |
|
■<head>〜</head>内に下記を貼り付けてください。 |
<script language="javascript">
<!---
function fopen(){window.open("sample_4.html","file_open","
toolbar=no,
location=no,
directories=no,
status=no,
menubar=no,
scrollbars=no,
resizable=yes,
width=200,
height=200")}
//--->
</script> |
■<body>タグ内に下記を貼り付けてください。 |
<body bgcolor="#fff7ea" onload="fopen()"> |
|