javascript - How to save a web page snapshot with all its elements (css, js, images, ...) into one file -


how possible programmatically save web page snapshot elements (css, js, images, ...) 1 file?

i need archive web pages regularly. however, saving html code useless - not because of images missing esp. because absence of css on today's pages can turn web page unrecognizable mess.

i remember .mht format worked this, required manual saving, , feature of ie. believe there open-source solution can achieve programmatically, despite hours of searching cannot find on web.

httrack, -%m


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -