I'm using Delphi and I'm trying to get the source from web pages. Here is my problem, I tried to get the source for a simple (well probably not) web page with Indy (idHttp) and Clever Components (clHttp). They both returned the same results. However, if I use IE and/or Google Chrome, they both give the same results but different as the Delphi components (Indy and Clever). The Delphi components returned source with many objects missing. However the browsers view source options returned all the code and objects I need. Finally my question is, is there any way I could retrieve a web page source with Delphi exactly the same way as the ones showing by the browsers ?
Thanks in advance
Mike
Edit: Looks like any of the delphi components can handle the span tags