goal: log into the web page and save the html to a file for parsing later.
the html on the page is just a list of users and when they logged in and off.
When you load the web page up a javascript box pops up and asks for login information
i can fill this with SendKeys but i really want to do this without a window popping up
Set IE = CreateObject("InternetExplorer.Application")
set WshShell = CreateObject("WScript.Shell")
IE.Visible = False ' doesn't set IE page as invisible?????
IE.Navigate "https://mysite/site/console/client-log.jsp"
'how do i fill in the box ???