Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Get Source Code From HTML Document ?
Message
 
 
To
17/02/2004 12:45:01
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00878010
Message ID:
00878030
Views:
12
This message has been marked as a message which has helped to the initial question of the thread.
Marc,
oIE = createobject( "internetexplorer.application" )
oIE.Navigate()

do while ( oIE.Busy )
   doevents
enddo

oDoc = oIE.Document
? oDoc.Body.InnerHTML
>I have created an Internet.Application object and I want to get source of active page. How can I do that?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform