| 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 | |