View Full Version : Dno't save image
foxpro
09-06-2005, 03:53 AM
Went you see an image in X browser, an d you put the cursor over the image (or press rigth click in the image) the browser show you the option of save the image. How i can supress this option?
Thanks for the attention
FOX pro ®
(Perdon por mi ingles en realidad hablo español. ;P)
darco9x2
09-06-2005, 04:19 AM
http://www.dynamicdrive.com/forums/showthread.php?t=482
http://www.dynamicdrive.com/forums/showthread.php?t=3770
good luck, anybody that knows a decent amount about web design or even just how to use there browser can still take it. but if you want to try it, go for it.
foxpro
09-06-2005, 11:51 AM
This is the final solution:
<meta http-equiv="imagetoolbar" content="no" />
jscheuer1
09-06-2005, 02:32 PM
This is the final solution:
<meta http-equiv="imagetoolbar" content="no" />A word of caution:
If you have scripts on the page that use images large enough for this to come into play or even, sometimes just regular images, it will create a memory leak. Better to use the galleryimg="no" attribute on each individual image:
<img galleryimg="no" src="some.jpg"/>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.