you can try to catch whole page with FastNet's NMHTTP..
or you can use Socket connection and send
GET HTTP/1.x /page/address string to the socket,
then read the received result then parse it by yourself..
or you can use XML components for XML based pages..
This copies the HTML from the web page to the file specified in filename.
I presume you know how to parse the HTML file to get the data in the table that you want. I would use the Parse function in the excellent (free) HyperString library.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.