W
Wxman2000
I'm trying to create a web page that will archive images from other
locations. The goal is having a web page, that when opened, pulls in all
current images that are linked into it, then saving them to archive (as they
are updated on a constant basis).
I have a simple page developed that serves this purpose, and to accomplish
this, I just have to do a "save as", and save it as an ".mht" file. This
then archives all the images in a "static" format and into a single file.
The problem with this is that I need something more user friendly for other
users of the page, as far as the correct saving procedures go. Trying to get
everyone to remember to save it as an ".mht" file has produced problems.
One thing I tried was incorporating a button at the top of the web page to
save the file in ".mht" format when clicked (this is what I'm looking for,
something very simple). It works and saves the file as an ".mht", though
when this file is opened, it only contains the code of the web page, not the
page with images itself.
Is there another way to accomplish this, or am I on the right track with the
button idea? Any suggestions would be much appreciated. Thank you for your
time.
locations. The goal is having a web page, that when opened, pulls in all
current images that are linked into it, then saving them to archive (as they
are updated on a constant basis).
I have a simple page developed that serves this purpose, and to accomplish
this, I just have to do a "save as", and save it as an ".mht" file. This
then archives all the images in a "static" format and into a single file.
The problem with this is that I need something more user friendly for other
users of the page, as far as the correct saving procedures go. Trying to get
everyone to remember to save it as an ".mht" file has produced problems.
One thing I tried was incorporating a button at the top of the web page to
save the file in ".mht" format when clicked (this is what I'm looking for,
something very simple). It works and saves the file as an ".mht", though
when this file is opened, it only contains the code of the web page, not the
page with images itself.
Is there another way to accomplish this, or am I on the right track with the
button idea? Any suggestions would be much appreciated. Thank you for your
time.