当前位置: 代码迷 >> ASP.NET >> !(Microsoft.XMLHTTP)
  详细解决方案

!(Microsoft.XMLHTTP)

热度:5304   发布时间:2013-02-26 00:00:00.0
高手进!在线等!(Microsoft.XMLHTTP)
<%
set   http   =   Server.CreateObject( "Microsoft.XMLHTTP ")
http.Open   "GET ",   "http://www.china-sms.com/send/readsms.asp?name=newh1&pwd=****** ",   false  
http.setRequestHeader   "Content-type: ",   "text/xml;charset=GB2312 "
'http.setRequestHeader   "Charset ",   "GB2312 "
http.Send
msg=http.ResponseText
set http   =   nothing
response.write   msg
%>
提示
msxml3.dll   (0xC00CE514)
系统错误:   -1072896748。  
/ww/12.asp,   第   7   行


------解决方案--------------------------------------------------------
up
  相关解决方案