如何落伍 | 站长俱乐部 | 落伍预告 | 落伍分类 | 站长运营 | 站长赚钱 | 免费代码 | 现金任务 | 人才招聘 | 落伍DIY | 帐号异常申诉! | 站长工具
推荐:图铃+艺术签名效果强!年底暴利,淘宝CPC1000ip/50元弹窗,点击,自定义多种广告 强力推荐:签名+Q号.无线金玉
天寻租用699/月 空间30/月赠CDN域名1元 空间10元 真百独999起!2G空间250元 赠独立IP 赠CDN加速51联盟轻松月赚1万!(信誉第一)
挚盟:签名+杀毒+考考你英拓0元送机托管活动服务器也可以合租188每月10M独享租用550元-合租80/月
DNSPod智能DNS,我们一直在免费莆阳E7200/2G/250G 月付699元双线独立IP主机 上海电信托管4500腾佑丽水电信10G高防,租用599元/月起
发新话题
打印

[提问] 求助高手,msxml3.dll 错误 '800c0005'

求助高手,msxml3.dll 错误 '800c0005'

msxml3.dll 错误 '800c0005'

系统未找到指定的资源。

functions.asp,行29



<%
function node_exists(byval pnode,byval node)
  dim element
  node_exists=0
  for each element in pnode.ChildNodes
  if element.nodename=node then
  node_exists=1
  end if
  next
  set element=nothing
  set node=nothing
  set pnode=nothing
end function


sub SaveFile(byval RemoteFileUrl,byval LocalFileName,byval str,byval the_notexist)
dim Ads,Retrieval,GetRemoteData,str_arr,str_arr_sub,i,flag
dim http
'后台目录url
http=request.ServerVariables("HTTP_REFERER")
http=Mid(http,1,InStrRev(http,"/"))
if InStr(lcase(RemoteFileUrl),"http://")<=0 then
RemoteFileUrl=http&RemoteFileUrl
end if
'end 后台目录url
Set Retrieval = Server.CreateObject("MS"&"XM"&"L2.XM"&"LHT"&"TP")
With Retrieval
  .Open "Get", RemoteFileUrl, False, "", ""
  .Send
if .readyState=4 then
     if .status = 200 then
         flag=true
     GetRemoteData = .ResponseBody
     else
          flag=false
      GetRemoteData ="flase"
     end if
else
   Set Retrieval = Nothing
   Exit Sub
end if
  if Err.Number <> 0 then
    Err.Clear
    Set Retrieval = Nothing
    Exit Sub
  end if
End With
Set Retrieval = Nothing




(看看能给改一下吗,谢谢)

TOP

发新话题