“网页上有错误”,怎么回事啊?
为什么显示网页上有错误啊我是新手 那位帮我看看怎么回事?谢谢 为什么显示网页上有错误啊》 <html>
<head>
<script language="javascript">
function FUN()
{
if(document.thisForm.test.value<20)
{
alert(ok)
}
}
</script>
</head>
<body>
<form name="thisForm">
nianling
<input type="text" name="test" >
<input type="button" name="press" value="ok" onclick="FUN()">
</form>
</body>
</html>