Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get HTML code
Message
 
 
To
29/07/2002 10:16:38
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00683500
Message ID:
00683501
Views:
28
>Hello, is there a way to get the html code of a page that is published on the internet and place this code into a text file on my pc?
>
You can download ReadUrl program by David Frankenbach from http://www.geocities.com/df_foxpro/qgen008.htm
lcUrl = "http://www.somesite.com/some.html"
lcText = ReadUrl(lcUrl)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform