Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Tell Whether a Web Page is AccessibleContent of Tell Whether a Web Page is Accessible.vbsMD5 Hash: E42044BAE159FC2577F5270C4F5C5557 |
||
On Error Resume Next
strURL = "http://www.microsoft.com/technet/scriptcenter/default.mspx" Set objHTTP = CreateObject("MSXML2.XMLHTTP") objHTTP.Open "GET", strURL, FALSE objHTTP.Send Wscript.Echo(objHTTP.statusText) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |