Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to supress IE startup screen
Message
De
31/08/1999 00:18:17
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00259441
Message ID:
00259537
Vues:
17
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform