高手进!在线等!(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