Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Webbrowser control and Document HTML
Message
 
 
To
12/07/2006 08:26:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01135641
Message ID:
01135653
Views:
11
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform