不一样,xmlhttp是http请求包括get,post提交

解决方案 »

  1.   

    同意:  fason(Forbes Pu) 
    xmlhttp是个传输手段,得到的内容可以被xmldom加载。就是说xmldom远程取物要靠xmlhttp,邮局和包裹之间的关系。
      

  2.   

    the truely to say:   the XMLHTTP can ftp the XML file, the XMLDOM in client release, it can be open the xml file, and control the xml how to display, and control the node is delete or add or modify.   the process often do this:
       the XMLHTTP download xml file, behind ,xmlDOM release the xml in the client, the helpful that the method can low to Sever onus.
      

  3.   

    xmlhttp可以是xmldom的载体,也可以不是
      

  4.   

    xmlhttp  可以请求一个asp文件,但是asp执行结果必须是符合well-formed的xml,xml.load则必须是xml文件。