![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Tell Whether a Web Page is Accessible
|
||
|
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 :: | ||