milleniumvertex
IS-IT--Management
How can determine if a page loaded from my vbscript was found without actually having to view it?
Set objExplorer = WScript.CreateObject _
("InternetExplorer.Application", "IE_"
objExplorer.Navigate "
If " not available
wscript.Echo "File Not Found"
End If
objExplorer.ToolBar = 0
objExplorer.StatusBar = 0
objExplorer.Left = 0
objExplorer.Top = 0
Set objExplorer = WScript.CreateObject _
("InternetExplorer.Application", "IE_"
objExplorer.Navigate "
If " not available
wscript.Echo "File Not Found"
End If
objExplorer.ToolBar = 0
objExplorer.StatusBar = 0
objExplorer.Left = 0
objExplorer.Top = 0