I pull information from a commercial web site with my program. Unfortunately, the site changed its structure and no longer delivers its information in the html code. Instead, it sends Javascript code which creates the viewed page using document.write.

So I can no longer get the data simply using Indy and HTTP.Get.

What I need is something like a full browser rendering engine built into Delphi, and access to the generated display.

Any suggestions?

You can embed IE into your Delphi application. You have full access to the DOM.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

_______________________________________________
Delphi mailing list
Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to