Not exectly but I want to make a button which perform as the browser menu Item "File --> Save As". Want the save html source and all its images.
<input type="button" value="Save" onclick="document.execCommand('SaveAs');" /> HTML: It works in IE only...