Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Webbrowser control and Document HTML
Message
From
12/07/2006 09:49:06
 
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:
01135670
Views:
12
David,
Thank you very much for help! the "oDoc.documentElement.outerHTML" is what I looking for!


>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
Previous
Reply
Map
View

Click here to load this message in the networking platform