Hi.
I've spawned an internet explorer window with:
set Explorer = CreateObject ("InternetExplorer.Application"
Explorer.Navigate "C:\whatever.html"
Explorer.Visible = True
And I want to be able to access the form data in that window. Like, I have a form in there with fields, and I want object orientedlike access to them. But all the things I try tell me that it is a bad method. Can someone help? this is windows scripting
-scaaven
I've spawned an internet explorer window with:
set Explorer = CreateObject ("InternetExplorer.Application"
Explorer.Navigate "C:\whatever.html"
Explorer.Visible = True
And I want to be able to access the form data in that window. Like, I have a form in there with fields, and I want object orientedlike access to them. But all the things I try tell me that it is a bad method. Can someone help? this is windows scripting
-scaaven