Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Webbrowser control and Document HTML
Message
 
 
À
12/07/2006 08:26:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01135641
Message ID:
01135653
Vues:
12
This message has been marked as the solution to the initial question of the thread.
Denis,

OuterHTML should give you the whole document.

Update - For example:
oIE = createobject( "internetexplorer.application" )
oIE.Visible = .t.
oIE.Navigate( "www.google.com" )
oDoc = oIE.Document
lcHTML = oDoc.documentElement.outerHTML
>Can you help me find the property for Webbrowser control which return complete html text?
>I looking for webbrowser.document.body.innerHTML - but its returns me only html after body tag.. but I need completed text.. header, scripts before body.. and so on
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform