var xmlhttp = new ActiveXObject ("Microsoft.XMLHTTP");
     xmlhttp.open("POST", "wsfilter?xxxx=sfeef",false);
     xmlhttp.send(xmldoc);
     
  var resultDoc= new ActiveXObject("Microsoft.XMLDOM");
   resultDoc.async = false;
   resultDoc.loadXML(xmlhttp.responseXML.xml);   // 从 resultDoc 取值填充 HTML 组件显示出来 .俺用得少, 不熟练,去 www.cjol.com 登录后 看搜索 职位信息的 页面里出现的  JavaScript.