xmlHttp.send(ClientData);//我们一般不发送string数据,而是发送xmldomdocument对象
xmlDOM.load(xmlHttp.ResponseXML.xml);//load的是string数据,不是xmldomdocument对象!
alert(xmlDOM.xml);