SAVE WEB PAGE WITH IMAGES - TechRepublic
Question
November 2, 2006 at 01:22 AM
najam_ftp

SAVE WEB PAGE WITH IMAGES

by najam_ftp . Updated 19 years, 8 months ago

Hi
I have got script to save the web page that is as following::

function doSaveAs(){
if (
document.execCommand){
document.execCommand(“SaveAs”)
}
else {
alert(“Unable to Save at present.”)
}

but this script is unable to save images of web page.

Please if any one can help tp save images with the page.

Najam

This discussion is locked

All Comments