试试这个!绝对正确(我用的IE5.5) 只要支持HTML4 的我想都应该正确
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<SCRIPT language=JavaScript>
function Copy1()
{
do
cument.frm.text2.value=document.frm.text1.value;
}
</SCRIPT>
<form method="POST" name="frm" action="xxx.asp">
<input type=text name=text1><br>
<input type=text name=text2><br>
<input type=button onclick="Copy1()">
</form>
</body>
</html>
其实就是抄小天的,HAHAHA