Do you know how when in IE6, you hold your mouse over an image, and that little gray window pops up over it with options to mail the image, or save, or print?
Is their any way to turn this off? It seems to do this mainly on large images..
GaryK
3:47 pm on Oct 16, 2002 (gmt 0)
This will turn it off globally. I think there is also a way to disable it on an image-by-image basis.
<meta http-equiv="imagetoolbar" content="no">
creative craig
3:51 pm on Oct 16, 2002 (gmt 0)
Not much will stop anyone who wants the picture though!
volatilegx
3:56 pm on Oct 16, 2002 (gmt 0)
If you want to turn this off in your own browser, go to Tools->Internet Options and choose the Advanced Tab.
Scroll down to the MultiMedia section.
Uncheck the option for "Enable Image Toolbar"
keyplyr
6:41 pm on Oct 16, 2002 (gmt 0)
If you remove all the images from your site, you won't see it :)
Slade
7:10 pm on Oct 16, 2002 (gmt 0)
volatilegx:
That would only work if you made the user affirm they had done that before viewing the site.
They were asking how to disable it from a webdev side.
Paully
7:27 pm on Oct 16, 2002 (gmt 0)
Thanks for the code, GaryK.
SethCall
2:43 am on Oct 17, 2002 (gmt 0)
oh, im not trying to stopusers from saving the file, but thx for the line of code ;) it certainly did its job ;)