HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: asp pages
Author: Xavier Roche
Date: 05/06/2001 09:44
 
> I have a bit of a problem with the grabbing of 
www.computerarts.co.uk/tutorials. I can download the 
entire section excepting the actual tutorials pages, 
normally linked with a javascript function which 
points to asp. How do I have to set the options, in 
order to have these pages showing up correctly?
It depends - some javascript pages can be properly 
parsed and captured - other can not, unfortunately. 
This is the case when you have complex javascript 
functions, like:

function foo(name) {
  document.write('<a href='+name+'.asp>');
}

These functions can not be parsed, because it would 
require some complex analysis

Ensure that you checked 'attempt to detect all links' 
option, and test chat you get when clicking on this 
link - it may work, or not, depending on the 
complexity of the code

 
Reply Create subthread


All articles

Subject Author Date
asp pages

05/06/2001 00:12
Re: asp pages

05/06/2001 09:44




7

Created with FORUM 2.0.11