Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

possible to read <Form> info from InternetExplorer window?

Status
Not open for further replies.

scaaven

Programmer
Jul 31, 2002
1
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top