HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: javascript problem
Author: Leto
Date: 07/06/2005 00:31
 
> I can't even get rollover images, which are standard on many sites!

It just depends on how the javascript is written.  If there is variable
manipulation like

img.src = rootdir + 'hover.gif';

then HTTrack will not find the image correctly because all it sees is the
plain text and in this case only "hover.gif".  But if it was written

img.src = '/images/hover.gif';

then the problem is gone because HTTrack can discover the "link".  In this
regard it's just hit and miss with websites, really.

HTTrack is also cross-platform so it can not rely on Windows or IE.
 
Reply Create subthread


All articles

Subject Author Date
javascript problem

06/29/2005 17:46
Re: javascript problem

07/04/2005 00:55
Re: javascript problem

07/05/2005 11:55
Re: javascript problem

07/05/2005 15:53
Re: javascript problem

07/06/2005 00:31
Re: javascript problem

07/06/2005 14:22




0

Created with FORUM 2.0.11