javascript错误
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
<script language="javascript">
{
if (document.fs.tt.value!="") //这里错
{
if (document.fs.tt.blur()==true)
{
if (document.fs.tt.value==3)
{
document.fs.tt.value="已经存在";
}
}
}
}
</script>
</head>
<body>
<form id=fs name=fs method="POST" action="--WEBBOT-SELF--">
<p><input type="text" name="tt" size="20" id=tt></form>
</body>
</html>
错误:
行:8
字符:1
代码:0
错误:'document.fs.tt' 为空或不是对象
网址:file://I:\Documents and Settings\chuang\My Documents\My Web Sites\index.htm