HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: But won't work anyway
Author: Xavier Roche
Date: 01/24/2002 13:09
 
Okay, problem fixed, but anyway this won't work, 
because the websites dynamically (using javascript) 
patches URLs using a 'xLateUrl' function callback:

   function xLateUrl(aCollection, sProp) {
      var i = 0;
      for(i = 0; i < aCollection.length; i++)
         if (aCollection[i][sProp].indexOf("mailto:") 
== -1 &&
             aCollection[i][sProp].indexOf
("javascript:") == -1)
            aCollection[i][sProp] = sWayBackCGI + 
aCollection[i][sProp];
   }

Therefore, it is absolutely impossible to catch links 
inside this page!
 
Reply Create subthread


All articles

Subject Author Date
Re: Sauvegarde complete sur ..

01/24/2002 12:11
Re: But won't work anyway

01/24/2002 13:09
Re: But won't work anyway

01/25/2002 09:38
Re: But won't work anyway

01/25/2002 09:43
Re: But won't work anyway

01/25/2002 09:46
Re: But won't work anyway

01/25/2002 09:53
Re: But won't work anyway

01/25/2002 10:05




4

Created with FORUM 2.0.11