Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about IE7
Message
From
05/01/2007 17:17:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Question about IE7
Miscellaneous
Thread ID:
01183008
Message ID:
01183008
Views:
75
I have been using the ie6 object to do some HTML requests as follows:

oie = CreateObject("InternetExplorer.Application")

-> force call a certain URL
oie.Navigate(lurl)

-> parse content and extract data

cvar = Alltrim(oie.Document.Body.InnerHtml)


so... I upgrade to ie7... all of a sudden I get errors that InternetExplorer class is no longer there... Any ideea how to refernce the new classes...

Please help. thanks alex s
Next
Reply
Map
View

Click here to load this message in the networking platform