On 08/07/14 15:33, Dani Banai wrote:
Hey,
Thank for your quick answer. But unfortunately it's Not working as "save as"/
Those are the files that I get when I do the "save as" with the mouse:
[cid:[email protected]]
And those are the files with the command : wget -p "URL":
[cid:[email protected]]
Please help!!!
Thanks
The message I received didn't show the images (MIME madness?)
So, trying to summarise this for the archive and everyone else on the list.
- «Save as» feature of Google Chrome produces:
box_pc_donna.jpg
contents.css
css.css
ga(1).js
ga.js
gas.js
header_new.jpg
Portale Titolari.html
saved_resource.html
- «wget -p» produces:
css.css
ga.js
gas.js
marco.m
I see several reasons for such behavior, for instance some images could
be loaded by javascript. I am almost sure that's the case for ga.js,
which will be a Google Analytics file which are typically loaded inside
a <script> (and this one in particular is completeley uninteresting).
But we would need to look at the failing url to know for sure where the
errors are.
Regards