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