Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automation of Internet Explorer
Message
 
 
To
24/03/2004 09:40:57
Russ Dawson
Interra Credit Union
Indiana, United States
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00889240
Message ID:
00889340
Views:
14
Russ,

Check this message for one example of automating filling out a form: http://www.levelextreme.com/wconnect/wc.dll?FournierTransformation~2,15,881477

To get webcontent you can use the ReadURL() function from my website.

To get at the HTML code from an IE instance:
oIE = CreateObject("internetexplorer.application")
oIE.Navigate("http://www.google.com")
* wait loop like the above message
oDoc = oIE.Document
html1 = oDoc.documentElement.OuterHTML
html2 = oDoc.documentElement.InnerHTML
>Being a relative novice in VFP 6.0 programming, I need to learn how to automate tasks in Internet Explorer 6.0. Would anyone know where I can get information(hopefully as free as possible) on writing programs that access IE, login to websites with usernames and passwords, publish forms, reports, files, etc. onto our web site on IE, and retrieve assorted types of files from those web sites into my working environment? I apologize if I posted this in the wrong category; I wasn't sure which one to pick.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform