Written by:R Teachout3/17/2007 2:09 PM
Just save the following in a txt file with a vbs extention. You can then setup a scheduled task to run this script when needed.Set objXMLHttp = Wscript.CreateObject("Microsoft.XMLHTTP") objXMLHttp.Open "GET","http://www.domain.com/page.asp",false objXMLHttp.sendSet objXMLHttp = nothing
Just save the following in a txt file with a vbs extention. You can then setup a scheduled task to run this script when needed.
Set objXMLHttp = Wscript.CreateObject("Microsoft.XMLHTTP") objXMLHttp.Open "GET","http://www.domain.com/page.asp",false objXMLHttp.send
Set objXMLHttp = nothing