HTTrack Website Copier
Free software offline browser - FORUM
Subject: Downloading "JavaScript"-connected HTML-PopUp
Author: mytar
Date: 09/01/2007 10:33
 
Hi Guys,
With the [Default options] httrack (3.40-2) isn't able to follow and download
a html-popup that is connected via JavaScript.
I try to explain my problem more detailed:

in the HEADER:
<script src="../../libr.js" type="text/javascript"></script>

in the BODY:
javascript:opena(http://www.example.com/example.html);

I looked in the offline-website (the rest of the download worked well :-)) and
found the libr.js-file. That means that httrack can get the File itself, but
it isn't able to parse it in the website. Am I right?
The FUNCTION "opena" in libr.js:
function opena(pageURL)
{
Win =
window.open(pageURL,"Article","resizable=yes,scrollbars=yes,menubar=yes,width=610,height=420");
Win.focus();
}

My questions is: What I have to change in the progam options to solve this
problem?
Thanks a lot
mytar
 
Reply


All articles

Subject Author Date
Downloading "JavaScript"-connected HTML-PopUp

09/01/2007 10:33
Re: Downloading "JavaScript"-connected HTML-PopUp

09/01/2007 14:55
Re: Downloading "JavaScript"-connected HTML-PopUp

09/01/2007 18:29
Re: Downloading "JavaScript"-connected HTML-PopUp

10/27/2007 13:59




5

Created with FORUM 2.0.11