| > I took a great fancy to gallery WWW.WGA.HU .
> Each index file contains the script below.
> Unfortunately HTTrack ignores the link in this
> script :
> document.write('<img
> src="/preview_s/m/maes/c_pilate.jpg" border=0
> align=left>');
Httrack only has a simple javascript parser. Apparently this string within a
string:
document.write('<IMG SRC="/detail_s/m/machuca/descent1.jpg" alt="Click!"
BORDER=0>');
isn't handled in 3.32, nor in your version. where as this string within a
string is:
...="return
launchViewer('../../../art/m/machuca/descent1.jpg',1030,1111)"> | |