Don't create a new HTMLDocument (the line Set oDoc = New HTMLDocument). That
instantiation knows nothing about the document you just received from
sending the Get. Unfortunately, I don't have a sample I can check, but I'd
expect the oSvr object to have a property representing the returned
document, so you'd have Set oDoc = oSrv.HTMLDocument (or something like
that)
"The Frog" wrote in message
news:6d508dde-634b-4785...@googlegroups.com...