I download a URL with IdHTTP.Get
, and I need to search the HTML tags and extract some data.
How I can convert the string that IdHTTP.Get
returns into an IHTMLDocument2
?
I download a URL with IdHTTP.Get
, and I need to search the HTML tags and extract some data.
How I can convert the string that IdHTTP.Get
returns into an IHTMLDocument2
?
I Googled this problem and I can find a good code for this:
Regards
Try this one: