$rc=SetOption('WrapAtEOL','on')
$http=CreateObject("microsoft.xmlhttp")
$http.Open("GET","http://www.kixtart.org/",Not 1)
$http.send
$value=$http.responsebody
$value ?
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.