HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Page title in index generated by httrack
Author: Fab
Date: 05/07/2017 03:52
 
Uhm.. Thinking about your problem I think not all is lost. Perhaps you can get
what you want

1) adding some JS to the target page (with a little editing of it to add the
script); the JS

2) will do a Request for all the links in the page, and for each link will
retrieve the title [ <https://www.w3schools.com/xml/xml_http.asp> ] then it will
put them in an array 'title', and finally

3) using that information, it will inject the titles as html content in each
link:
document.getElementById("a").innerHTML = titles[N];


 
Reply Create subthread


All articles

Subject Author Date
Page title in index generated by httrack

05/06/2017 13:16
Re: Page title in index generated by httrack

05/07/2017 03:23
Re: Page title in index generated by httrack

05/07/2017 03:52
Re: Page title in index generated by httrack

05/07/2017 03:59
Re: Page title in index generated by httrack

05/07/2017 04:53
Re: Page title in index generated by httrack

05/07/2017 20:43
Re: Page title in index generated by httrack

05/07/2017 20:50
Re: Page title in index generated by httrack

05/07/2017 21:06
Re: Page title in index generated by httrack

05/08/2017 01:07




a

Created with FORUM 2.0.11