Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: TWebBrowser - Parsing HTML Then Display

www.cryer.info
Managed Newsgroup Archive

Re: TWebBrowser - Parsing HTML Then Display

Subject:Re: TWebBrowser - Parsing HTML Then Display
Posted by:"Anthoni Gardner" (nono..@nono.com)
Date:Sat, 10 Jun 2006 23:41:44

Hi Remy,

It looks like I was originally mistaken.
The IEParser doesnt actually alter the HTML, nor does it allow you to alter
the HTML. It creates a seperate object / record, fills that with the html
info and then fires an event that sends that object / record.

So guess I am back to square one.
I think I need a seperate HTML parser and do the following;

..] Download the html from the web
..] Parse the html and replace what I need etc
..] Pass the changed html into the WebBrowser

Kinda clumsy way around it.

Regards
Anthoni

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive