Hi All,
I am attempting to automate a job which requires navigating through a
website with internet explorer. I don't wish to use the
InternetExplorer.Application object as I have found flaws with it. I am
using SendKeys and WScript and the MICROSOFT.XMLHTTP object to obtain the
contents of the pages as I go. In a former script I was able to obtain
textbox & button objects on a page with the InternetExplorer.Application
object.
eg.
set itms = ie.Document.All
itms.username.value = user
How can I acheive the same result with other objects? I have the
MICROSOFT.XMLHTTP object for the page.
Thanks,
Jesse