Here is the script I use... Very simple
'#
'# AUTHOR: Simon Dunford, January 2004
const WEBPAGE = "http://www.dorsai.net/"
dim oXMLHTTP, xml, sStatus
'# Create an xmlhttp object:
set xml = createObject("Microsoft.XMLHTTP")
' Or, for version 3.0 of XMLHTTP, use:
' Set xml =...