function sleep(nmilliseconds)
Dim oShell
'' VBS: Set oShell= Wscript.CreateObject("WScript.Shell")
'' ASP:
Set oShell= Server.CreateObject("WScript.Shell")
call oShell.run("ping 1.1.1.1 -n 1 -w " & nMilliseconds,1,TRUE)
end function
ADODB.Fields
錯誤 '800a0cc1'
在所要求名稱或序數的相關集合物件中找不到此項目。
/kpiall/raschcontinous_st6subgroup.asp, 行498