如何用ASP判断一个超连接的成功与否?
当前位置:点晴教程→知识管理交流
→『 技术文档交流 』
如何用ASP判断一个超连接的成功与否? function checkStatus(url) checkStatus=false IF Url="" OR ISNull(Url) then exit function on error resume next Set XMLHTTP = CreateObject("Microsoft.XMLHTTP") XMLHTTP.open "HEAD",url,false if timer-t > 3 Then set xmlhttp=nothing exit function end if XMLHTTP.send() IF XMLHTTP.status=200 then checkStatus=true end if set xmlhttp=nothing end function 返回true或是false
该文章在 2010/10/22 17:06:50 编辑过 |
关键字查询
相关文章
正在查询... |