Jump to content

How to save html page with images


t-kluo

Recommended Posts

I am trying to add a save button on a html page, by clicking the button, the whole html page (including images in the page) will be saved. I tried to use document.execCommand("SaveAs",true,"filename.html"), which can not save the images on the html page. Does anyone know how to implement this save function using Javascript or other technique? Thanks a lot in advance.Katherine

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...