<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <title> storm </title>
  <meta name="Generator" content="EditPlus">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
  <script language="Javascript">

function createNewUser(thisform){
  var oXmlDom = new ActiveXObject("Microsoft.XMLDOM");
  oXmlDom.async = false;
  oXmlDom.load("user.xml");
  x=oXmlDom.getElementsByTagName("客户")[0];
  y=x.cloneNode(true);
              oXmlDom.documentElement.childNodes[0].appendChild(y);   
            }
     
</script>
 </head> <body>
     <center>
      <h2>这素一个注册页面!</h2><BR>
  <form  id="XMLFILE">
  用户名:<INPUT NAME="text1" TYPE="TEXT"><BR>
  密码:<INPUT NAME="text2" TYPE="TEXT"><BR>
  <INPUT type="BUTTON" value="注册" onclick="creatNewUser(this.form)">
  </form>
     </center>
 </body>
</html>提示是在三十一行的问题..