HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: problem with links help is quickly needed
Author: Anatoli
Date: 08/12/2005 10:41
 
Thanks for your answer! The whole site is very big - there are estimated more
then 300.000 pages. These links look so weird because they are generated in
this way to make sure there are enough different for so many pages. But for
the most pages - just except these enumerations like on:


<http://www.comincity.com/Start.asp?KIND={65C4B330-EB24-11D2-90B1-00AA00C8497E>}

- httrack does function.

Httrack can't only not follow the links represented by numbers at the bottom:
1|...|255

I looked at the code of the page: i think the desired links are generated by
this simple java-code:

<script LANGUAGE="javascript">
<!--
function to_page(page){
var f =
	window.document.page_form;f.action="start.asp?page="+String(page);
		f.submit();
		return false;		
	}
	
	function to_sort(n){
		var f=window.document.page_form;
		f.alfa.value=
		String(n);f.action="start.asp?page=1";
		f.submit();
		return false;		
	}

function ClearText(){
window.document.forms[0].find_str.value='';
}

function ResetText(){
if(window.document.forms[0].find_str.value=''){window.document.forms[0].find_str.value='
<âñå>';}
}
//-->
</script>

Is there a way to make httrack follow this java-script find all the pages.

Thanks a lot. Your help is very appreciated
 
Reply Create subthread


All articles

Subject Author Date
problem with links help is quickly needed

08/06/2005 18:38
Re: problem with links help is quickly needed

08/11/2005 07:38
Re: problem with links help is quickly needed

08/12/2005 10:41




e

Created with FORUM 2.0.11