如何用ASP判斷一個(gè)超連接的成功與否?
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
如何用ASP判斷一個(gè)超連接的成功與否? 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 編輯過(guò) |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |