|
Posted by TheTenor on January 23, 2005, 4:52 pm
Please log in for more thread options
I have a page with a graphic. I want to be able to define the graphics such
that it is not saved when the viewer saves the page to his local drive. I'm
trying to avoid having a seperate folder created just for the graphic when
the page is saved.
The page is an asp page that is used to access a database record. I have the
page title convey the record name so that the user can save the page and it
will be saved with the record name. I just don't want the graphic repeatedly
save as well.
|
|
Posted by Harlan Messinger on January 23, 2005, 2:53 pm
Please log in for more thread options
TheTenor wrote:
> I have a page with a graphic. I want to be able to define the graphics such
> that it is not saved when the viewer saves the page to his local drive. I'm
> trying to avoid having a seperate folder created just for the graphic when
> the page is saved.
If there are images on the page, and the user uses his browser's Save
Full Page feature, then there's nothing you can do to prevent the
browser from doing exactly that.
>
> The page is an asp page that is used to access a database record. I have the
> page title convey the record name so that the user can save the page and it
> will be saved with the record name. I just don't want the graphic repeatedly
> save as well.
Do what lots of sites do: have a link on the page reading "Printable
version of this page" that doesn't contain the images. This is useful
for both printing AND saving. For example, when I want to save a recipe
from Epicurious.com or FoodTV.com, I always click to and save the
printable version.
|
|
Posted by Dave Patton on January 23, 2005, 5:44 pm
Please log in for more thread options
> I have a page with a graphic. I want to be able to define the graphics
> such that it is not saved when the viewer saves the page to his local
> drive.
Pointless exercise. Once the viewer sees your page, the entire
page already exists on the viewer's system. It's up to the
viewer what they do with it, including how they save it.
You could:
- provide instructions for popular browsers how to
save webpages without saving the graphics
- create versions of your pages that don't contain
the graphics, and provide a "save text only"
link on the real pages
--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/ My website: http://members.shaw.ca/davepatton/
|
|
Posted by Stephen Poley on January 23, 2005, 6:24 pm
Please log in for more thread options wrote:
>I have a page with a graphic. I want to be able to define the graphics such
>that it is not saved when the viewer saves the page to his local drive. I'm
>trying to avoid having a seperate folder created just for the graphic when
>the page is saved.
>
>The page is an asp page that is used to access a database record. I have the
>page title convey the record name so that the user can save the page and it
>will be saved with the record name. I just don't want the graphic repeatedly
>save as well.
That's up to the reader. Depending on his browser, he can save just the
HTML or the complete page including graphics. There's nothing the author
can do (or should be able to do) to affect this. If you think your
readers need help with this, provide a page with instructions.
--
Stephen Poley
http://www.xs4all.nl/~sbpoley/webmatters/
|
| Similar Threads | Posted | | Caching graphics | April 11, 2006, 5:43 pm |
| [OT] Need graphics suggestions | April 18, 2006, 11:27 am |
| recommend graphics editors | August 23, 2004, 8:46 am |
| Box appearing when I click on graphics in IE 6.0 | November 10, 2005, 11:55 am |
| semi-transparent graphics | August 28, 2007, 1:30 am |
| MSIE-XP-SP2 Graphics Distortion Problem | July 8, 2005, 1:31 am |
| notepad not saving .html | September 11, 2004, 7:47 pm |
| Don't bother saving white-space | August 19, 2004, 9:49 pm |
| How to do this in MSIE: saving a GIF image which was generated on-the-fly | October 15, 2004, 2:48 am |
| Saving HTML Form without Submit | December 8, 2005, 4:23 pm |
|