> > Is there a unit somewhere that can extract links from html pages? I want
> > to be able to recursively add pages to a chm archive.
>
> I created a program called GetLinks in a couple minutes:
Updated the files and changed the htmlutil functions a bit.
Also, created a recursive example that us
L wrote:
> Andrew Haines wrote:
>> Is there a unit somewhere that can extract links from html pages? I want
>> to be able to recursively add pages to a chm archive.
>
> I created a program called GetLinks in a couple minutes:
> http://opensvn.csie.org/pspcgi/general-utilities/parser/html/demo/getl
Andrew Haines wrote:
> Is there a unit somewhere that can extract links from html pages? I want
> to be able to recursively add pages to a chm archive.
I created a program called GetLinks in a couple minutes:
http://opensvn.csie.org/pspcgi/general-utilities/parser/html/demo/getlinks.pas
Latest ht