请问以下片段有错吗?
FWSH 2004-08-09 04:47:40 <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<form name="frm" method="post">
<input type="text" name="one" ><br>
<input type="text" name="two">
</form>
<script language="vbscript">
frm.two.value=frm.one.value
</script>
</body>
</html>
本人水平低看不出错在哪?求教!