Hello friends
I want to get a table from a web page (http://www.verbix.com/translate/fr/Manger)
I'm trying download and save html page with the HttpJob library
How can I get this table and save to html string?
Thanks
I want to get a table from a web page (http://www.verbix.com/translate/fr/Manger)
I'm trying download and save html page with the HttpJob library
B4X:
url = "http://www.verbix.com/translate/fr/Mangerhtml"
job.Initialize(xxx, Me)
job.Download(url)
How can I get this table and save to html string?
Thanks