PDA

View Full Version : Disable printing, save, email function in IE 6.0


Kibagami
07-17-2002, 01:47 AM
Hi. Is there a way to disable the little icons that appear on mouseover in IE 6.0? u know when u put your cursor over an image and then these options appear, print, save, email, and enlarge. Is there a way to disable them with Javascript? thanks.

requestcode
07-17-2002, 03:48 AM
I found this by doing a search on "image tool bar" in the old forums.

<meta http-equiv="imagetoolbar" content="no">

I believe that is what you want. Place it in the head section of your document.