| > Now I have this web designer with a CSS question on a
> forum. Link to the thread: <http://tinyurl.com/2vqgn>
> And I can't mirror his site (so I would be able to edit
> What options should I change in WinHTTrack?
You can't - and most (all?) offline browsers most probably
won't, because the site is entirly built using dynamic
javascript write's and other similar code. The only way to
crawl it would be to interpret javascript, and follow links
(but the problem is quite hard to solve, because it does
not only involves javascript execution, but also analysis
to adapt the code to a local filesystem, which is WAY MUCH
more complex)
So the site can not be copied. But it will not be indexed
by search engines, too.
document.write("<script language='JavaScript'
src='./scripts/scripts.js'></script>");
document.write("<script language='JavaScript'
src='./scripts/template.js'></script>");
..
| |