<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>eInternals &#187; Windows</title>
	<atom:link href="http://www.einternals.com/blog/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.einternals.com/blog</link>
	<description>Not Just another technology blog</description>
	<lastBuildDate>Wed, 12 Aug 2009 12:44:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to enable or disable Image Toolbar in Internet Explorer</title>
		<link>http://www.einternals.com/blog/web-development/how-to-enable-or-disable-image-toolbar-in-internet-explorer</link>
		<comments>http://www.einternals.com/blog/web-development/how-to-enable-or-disable-image-toolbar-in-internet-explorer#comments</comments>
		<pubDate>Tue, 25 Dec 2007 07:42:53 +0000</pubDate>
		<dc:creator>kiranvj</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Internet explorer]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.einternals.com/blog/web-development/how-to-enable-or-disable-image-toolbar-in-internet-explorer</guid>
		<description><![CDATA[<p>Image Toolbar is a small toolbar shown in Intetnet         Explorer above an image when the mouse moves over the image. The         purpose of the Image Toolbar is to save the image, print the image,      [...]]]></description>
			<content:encoded><![CDATA[<p>Image Toolbar is a small toolbar shown in Intetnet         Explorer above an image when the mouse moves over the image. The         purpose of the Image Toolbar is to save the image, print the image,         mail the image and to open the My Pictures folder.</p>
<p><img src="http://www.einternals.com/blog/wp-content/uploads/2007/12/toolbar.gif" alt="Image toolbar in internet explorer" /><br />
<span style="font-size: 75%">Image Toolbar in Internet Explorer</span></p>
<p>The usual method of saving an image from the Internet         explorer is by right clicking the image and selecting Save Picture         as…. In some sites the web designers disable the right click         the option, so the user cannot right click the image and click         Save the Picture….<br />
But in that case also the Image Toolbar will display.</p>
<p><strong><span>Disabling the Image Toolbar</span></strong><br />
<span>Add an attribute GALLERYIMG in the img tag</span></p>
<pre>&lt;img src="imagesimage1.jpg" galleryimg="false" /&gt;</pre>
<p>This will disable the Image Toolbar</p>
<p><strong><span>Enabling the Image Toolbar</span></strong><br />
<span>In small images the Image Toolbar will               not be shown automatically. If we want to show the Image Toolbar               in small images we have to enable it.</span></p>
<pre>&lt;IMG GALLERYIMG="true" src="imagesimage1.jpg" /&gt;</pre>
<p>This will enable the Image Toolbar.</p>
<p>The above mentioned techniques will only disable/enable         the Image Toolbar for only the particular image.</p>
<table style="height: 198px;" border="0" cellspacing="0" cellpadding="2" width="428">
<tbody>
<tr>
<td><img src="http://www.einternals.com/blog/wp-content/uploads/2007/12/toolbar1.gif" alt="Image toolbar enabled" /></td>
<td><img src="http://www.einternals.com/blog/wp-content/uploads/2007/12/toolbar1.gif" alt="Image toolbar disabled" /></td>
</tr>
<tr>
<td><span style="font-size: 75%">Toolbar Enabled</span></td>
<td><span style="font-size: 75%">Toolbar disabled</span></td>
</tr>
</tbody>
</table>
<p><span>To enable/disable the Toolbar on the         entire web page use this code.</span><br />
<span> Insert inside head tag </span></p>
<pre>&lt;HEAD&gt;
&lt;META HTTP-EQUIV="imagetoolbar" CONTENT="false"&gt;
&lt;/HEAD&gt;</pre>
<p>Setting GALLERYIMG=&#8221;true&#8221; in an IMG tag will override this setting, and the Image Toolbar will be show for that image.<br />
<strong><br />
Permanently disable the Image Toolbar in Internet Explorer</strong></p>
<p>Either right-click the toolbar when it is displayed and click Disable image toolbar.<br />
Or<br />
Go to the Advanced tab of the Internet Options which is located on the Tools menu within Internet Explorer. Clear the Enable Image Toolbar check box and click OK. After the image toolbar is disabled, no settings can override this and the image toolbar will not be displayed again until the user selects Enable Image Toolbar.</p>
<p><strong>Remarks:</strong><br />
Please not that you can also use the <em>yes</em> instead of <em>true</em> and <em>no</em> instead of <em>false</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.einternals.com/blog/web-development/how-to-enable-or-disable-image-toolbar-in-internet-explorer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
