Paul
Wed Apr 09 14:37:00 CDT 2008
I knew I would miss something, thanks Michel
"Michel Roy" <MichelRoy@discussions.microsoft.com> wrote in message
news:9BE9FF2A-82C4-4226-865B-40524E22E5D9@microsoft.com...
> cserver="
http://www.microsoft.com" && works
>
> "Villi Bernaroli" wrote:
>
>> Paul Hemans wrote:
>> > Haven't run this code but it should be pretty close to what you want.
>> > local oHTTP, cServer
>> > cServer = "www.microsoft.com"
>> > xmlhttp = create("Microsoft.XMLHTTP")
>> > xmlhttp.Open("GET", cServer, .f. )
>> > xmlhttp.send()
>> > * Check the contents of xmlhttp.responseText to see whether you got
>> > 'page not found'
>>
>>
>> Interesting code, Paul.
>> I was triyng it but it's givin' me an OLE unspecified error 0x80004005 at
>> the open() line.
>> I'll google after it in the spare bits of time, looks like 0x80004005 is
>> found in many different kinds of context, from ODBC to who knows what...
>> --
>> News Microsoft
>>
>>
>>