| > I fully mirrored a dynamic website. Even doc files
> referenced by the following javascript are correctly
> downloaded:
>
> javascript:download_attach('/public/images/pagine/65
> 6/allegati/TAD voti
> 08_06_04.doc')
>
> Thanks in advance for your help
>
> Stefano
Sorry, didn't see this one in the other post.
you might be able to change these to
javascript:download_attach('/public/images/pagine/65
6/allegati/TAD voti 08_06_04.doc')
javascript:download_attach(http://whatever-the-main-url-is.com/public/images/pagine/656/allegati/TAD
voti 08_06_04.doc')
or remove it and substitute it with the actual link to the pdf, if it's in a
local folder.
How many files are there ?
> | |