求高手解答密码!!!谢谢!
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 ans1="hacker";
var ans2=" "
var ans3=" "
var ans=ans2+ans1;
var password=ans+ans3;
if(document.getElementById(haha)==password)
{
//If you see this,you will know what is the correct answer.
}
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> </p>
<p> </p>
<p> </p>
<p> </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="">
<input name="haha" type="text" id="haha" size="20" maxlength="20" />
<input name="Submit" type="submit" value="验证" />
</form>
</td>
</tr>
</table>
</body>
</html>
"));//-->
------解决方案--------------------
什么问题