| > I am experiencing a problem with a site I was trying to
> mirror. On the
> second page of the website, there is an onLoad attribute
in
> the HTML body
> tag, and it looks like WebHTTrack does not try to grab
this
> URL:
> <body
>
onLoad='javascript:location=http://www.site.com/directory/e
> tc/''>
> Is my assumption correct? Is there a workaround to follow
> this URL?
No - the following would have worked:
<body
onLoad='javascript:document.location=http://www.site.com/di
rectory/etc/'>
But httrack couldn't detect the "raw" javascript:location
property withotu the "document." object.
I'll try to find a fix on a future release.
| |