Hi,
I'm trying to save a web page content by using Microsoft.XMLHTTP. I can write it into a new page but I get an error when I write it in a file.Here's my code:
Response.Buffer = True
Dim objXMLHTTP, xml,strHtmlText
Dim FSO,objFile,f
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
xml.Open...