Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to supress IE startup screen
Message
From
31/08/1999 00:18:17
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00259441
Message ID:
00259537
Views:
16
>I'm not a PUTM :(
>>Check out Thread #258164. I guess it's high time I write an article...


Here's a clip of some stuff I posted earlier today. This code navigates to Yahoo's sight fills out the searchform with the word "Cars", submits the form, and echoes the resulting HTML to the screen.

oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate("www.Yahoo.com")
oIE.Document.Forms(0).p.Value = "Cars"
oIE.Document.Forms(0).Submit
?oIE.Document.Body.InnerHTML


If you have MSDN, you can find details of IE's object model in ieref.chm.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform