I want to use HTML code that disables the Image Tool Bar on a web page so
that the user cannot copy or print images from a page.

Re: How do I disable the Image Toolbar with HTML code (Front Page) so. by Murray

Murray
Sun Jan 30 07:47:27 CST 2005

Put this in the head of the page -

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

Be aware that this DOES NOT prevent the visitor from copying and/or printing
the page. Nothing can do that.

--
Murray

"Ted Duke" <Ted Duke@discussions.microsoft.com> wrote in message
news:2DE10F02-3EC2-478B-9A0B-FCDDECD75D4D@microsoft.com...
>I want to use HTML code that disables the Image Tool Bar on a web page so
> that the user cannot copy or print images from a page.