Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question about IE7
Message
De
05/01/2007 17:17:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Question about IE7
Divers
Thread ID:
01183008
Message ID:
01183008
Vues:
76
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform