Tach auch,
Äh, nein, da habe ich mich nicht ganz klar ausgedrückt - ich meine nicht im Browser deaktivieren, sondern mit einem HTML-Befehl im Quellcode.
Das war mir eigentlich schon bei Deinem Ausgangsposting klar. Eine kurze Suche bei Microsoft brachte mir dies Ergebnis:
The Web page author disables the Image Toolbar either through a meta tag (<META HTTP-EQUIV="imagetoolbar" CONTENT="no">) or by setting the attribute GALLERYIMG="no" to an IMG tag element.
Web page authors can enable the image toolbar for images of any size and images that are part of an image mapping by setting the attribute GALLERYIMG="yes" to an IMG tag element as follows:
<IMG BORDER="0" src="pic.jpg" GALLERYIMG="yes">
Fuer mehr details auch hier: http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/galleryimg.asp
Gruss,
Armin