thank you!
Can you give me a date for the next release please?
I achieved not to retrieve <a href> link emebedded in HTML
code setting to 1 the p_nocatch value when tag detected.
but this forbid CSS fetching (link rel=stylesheet href
= ...) and I need this feature.
So I used check_tag to see if it's a <a> tag or a <link>
one.
This works pretty well.
But I wasn't be able to do the same thing with <a> tags
generated by Javascript (document.write('<a href ....')).
I can trace the .write detection but not the <a href> one...
Is it possible?
Thank you. |