| Hi,
is there any easy way to prevent Httrack from getting links
declared in onClick tags (as following for example
onClick=t(http://mydomain/foo.link) )
I do not want to turn off extended parsing (%P option)
I want some tags like onBlur, onFocus, onMouseOver ... to be
checked...
I tried to edit htslib.c, putting tags I don't need in
hts_nodetect tab or removing them from hts_detect_js ... but
it didn't worked ...
thanks for helping me!
| |