Can HTTrack follow a link by just using the "inner text" of
an <A> tag?Eg.
<A href="somewhere.htm">This is the inner text</A>
Can HTTrack follow the link by parsing the "This is the
inner text" string and checking it against a filter?Or can it just follow it
by looking at the href attribute? |