How can i extract the HTML table's data form a webpage without downloading the whole of webpage HTML?
I use TWebBrowser and TEmbededWB in Delphi XE2 for loading the page and then get the Table element and parse it. but the webpage is very heavy and in my loop (about 60 Sec) I can't grab the data correctly.
Regards