<script language=vbs>
function isExist(url)
dic="c:/dic.dic"
Set fso = CreateObject("Scripting.FileSystemObject")
set zidian=fso.OpenTextFile(dic,1,False)
Do While zidian.AtEndOfStream <> true
path=zidian.readline
set xmlhttp = CreateObject("Microsoft.XMLHTTP")
xmlhttp.open "GET",http.value+path,false
xmlhttp.send
t.innerHTML = t.innerHTML&url&path&"--------"&xmlhttp.status&"<br>"
loop
End Function
</script>
JS版寫法:
如果換js,要將第二行的“onclick=vbs:isExist(http.value)”里的"vbs:"去掉
字典放在頁面里的寫法vbscript版:
function isExist(url)
set objFile = CreateObject("SAFRCFileDlg.FileOpen")
intRet = objFile.OpenFileOpenDlg
if intret then
dic= objFile.filename
end if
if dic<>"" then
Set fso = CreateObject("Scripting.FileSystemObject")
set zidian=fso.OpenTextFile(dic,1,False)
If 2 = MsgBox( "字典為:" & objFile.filename & vbCrLf & " 您確定嗎?", 32 + 1, "請確認" ) Then isExist(http.value)
Do While zidian.AtEndOfStream <> true
path=zidian.readline
set xmlhttp = CreateObject("Microsoft.XMLHTTP")
xmlhttp.open "GET",http.value+path,false
xmlhttp.send
t.innerHTML = t.innerHTML&url&path&"--------"&"<font color=red>"&xmlhttp.status&"</font><br>"
loop
end if
End function
</script>
最后一個比較好用
新聞熱點
疑難解答