<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>パスワードでアクセスを制御(画像使用)</title>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<script language="JavaScript">
<!--
function pwcheck(){
pw = prompt("パスワードを入力してください(【secret】です)","secret")
if (pw != ""){
location.href= pw+".html";}
else{
alert("パスワードが入力されていません。");
location.href="2.html";}
}
//-->
</script>
<style type="text/css">
<!--
body { text-align: center;}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="4"><img src="welcome.gif" width="400" height="50"></td>
</tr>
<tr>
<td><a href="movie.html"><img src="movie.gif" width="100" height="30" border="0"></a></td>
<td><a href="music.html"><img src="music.gif" width="100" height="30" border="0"></a></td>
<td><a href="keijiban.html"><img src="bbs.gif" width="100" height="30" border="0"></a></td>
<td><img src="secret.gif" width="100" height="30" onClick="pwcheck()"></td>
</tr>
</table>
</body>
</html>