Hi,
I have a kind of tricky problem for you, guys.
I would like to access the body element of a document, given the URL. Therefore, I navigate to the URL and use the DOM in an VB EXE file to get the document object.
On the client, it works perfectly.
But on the server (PWS), it's really strange:
The problem is that I can get the BODY element as soon as there is no script on the page I'm mapping. If there is some script, I cannot acces the body property but only the Script element!!!
Has anybody any clue?
Thanks
