大家帮我看一看这段代码,为什么文本框内容显示不出来,答对马上给分!
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</HEAD>
<script language="javascript">
<!--
function clienttime(){
docoment.form1.localtime.value=today.getTime();
}
-->
</script>
<title>时间</title>
<BODY onload="clienttime()">
<form name="form1" method="post" action="action.asp">
<input type="text" name="localtime">
</form>
</body>
</html>