Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to read the source code of a URL?
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00800414
Message ID:
00800661
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
Brenda,

>Do you have a routine for stripping off the HTML tags?
local oIE as internetexplorer.application
oIE = createobject( "internetexplorer.application" )
oIE.Visible = .t.
oIE.Navigate( "www.microsoft.com" )
do while oie.Busy()
   doevents
enddo
oDoc = oIE.Document
lcText = oDoc.documentElement.innerText
? lcText
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