well, that is the text way but how to get the streams...
this neither gives you the real text as it converts it. responsebody is returned as-is
and btw, with kix you can just do:
code:
$net=createobject("microsoft.xmlhttp")
$net.open("GET",$address,not 1)
$net.send
$THEFILE=$net.responsebody

to get the binary stuff you would need to change the last line to:
$THEFILE=$net.responsestream

but that we cannot process.
_________________________
!

download KiXnet