Let’s disable it in our web site
In the head (<head>) of every page where we want the image toolbar disabled,we will write
or paste the following code:
<meta http-equiv="imagetoolbar" content="no">
If we using xhtml we would add the following code:
<meta http-equiv="imagetoolbar" content="no" />
This will disable the image toolbar in our web site.