<script language="JScript">
document.write(unescape(
"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>第二关</title>
<link href="hackgame.CSS" rel="stylesheet" type="text/css" />
</head>
<script language="javascript">
function CheckAnswer()
{
var ans=document.getElementById("haha").value;
if(ans=="I'm   achillis")
{
//You will see the password here,OK?

}
else alert("这个不是答案,哈哈!");
}
function click() {
if (event.button==2) {
  alert('不要乱点,嘿嘿!~~~~')
  }
}
document.onmousedown=click
</script>
<body>
<table width="200" border="0" align="center">
      <tr>
        <td><div align="center"><img src="images/banner.jpg" width="722" height="86" /></div></td>
      </tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table width="319" height="92" border="1" align="center" bordercolor="#00CC00" >
  <tr>
    <td height="27" class="STYLE18">这是第一关,请输入过关密码:</td>
  </tr>
  <tr>
    <td height="57"><form id="form1" name="form1" method="post" action="">
&nbsp;&nbsp;&nbsp;&nbsp;
      <input name="haha" type="text" id="haha" size="20" maxlength="20" />
  &nbsp;&nbsp;
        <input name="Submit" type="submit"  value="验证" />
    </form>
    </td>
  </tr>
</table>
</body>
</html>"));
</script>