[Javascript] Suppressing Microsoft image popup

Daz dberry1 at lineone.net
Thu Apr 17 15:58:02 CDT 2003


Thanks everyone,

This is exactly what I want.
...and why didn't I think of google - I've got to get myself a less
stressful job!

Thanks again.

-----Original Message-----
From: javascript-bounces at LaTech.edu
[mailto:javascript-bounces at LaTech.edu]On Behalf Of uplate at attbi.com
Sent: 17 April 2003 13:00
To: [JavaScript List]
Subject: Re: [Javascript] Suppressing Microsoft image popup


Hi Daz.
I typed: Disable Image Toolbar into Google and came up with this solution.
To disable for all images Put This In Your META Section:
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">

For An Individual Image:
<img src="test.gif" GALLERYIMG="no">

I found these at:
http://www.dynamicdrive.com/dynamicindex9/imagebar.htm

Good luck.
> Sorry for being vague (and sorry for not changing the subject line before
> submitting) - shows how 'stressed' I'm getting!
>
> The popup menu appears when the mouse is over an image - I think its in
the
> advanced options as the "Image Toolbar". It's basically four icons in a
tow:
> Save, Print, Email and Add to Favs. I can turn it off in my browser (IE6)
> settings - but I need to do it for the target machines.
>
> Does any one know a good resource for configuring Microsoft 'stuff': e.g.
> autocomplete=off suppresses the Microsoft autocomplete in form text
inputs?
>
> Thanks, Daz
> -----Original Message-----
> From: javascript-bounces at LaTech.edu
> [mailto:javascript-bounces at LaTech.edu]On Behalf Of Walter Torres
> Sent: 16 April 2003 02:57
> To: [JavaScript List]
> Subject: RE: [Javascript] Question regarding Netscape
>
>
> Sorry, don'r know of a menu that pops when over an image.
>
> An ALT TEXT pops up when you hover.
>
> Are you asking to surpress the right-click menu?
>
> Walter
>
> > -----Original Message-----
> > From: javascript-bounces at LaTech.edu
> > [mailto:javascript-bounces at LaTech.edu]On Behalf Of Daz
> > Sent: Tuesday, April 15, 2003 4:53 PM
> > To: [JavaScript List]
> > Subject: RE: [Javascript] Question regarding Netscape
> >
> >
> > Hi all, I hope someone can help me with this 'cos its really bugging me.
> >
> > A good few months ago I saw a little piece of GavaScript that
> > could suppress
> > the Microsoft popup menu that appears when the cursor passes over
> > an image.
> > I've built a "room" configurable from a bunch of images and all looks
well
> > apart from that annoying popup. I've searched all my resource sites but
> > can't seem to find this code again.
> > Can anyone help out?
> >
> > Thanks in advance for any help, Daz
> >
> > -----Original Message-----
> > From: javascript-bounces at LaTech.edu
> > [mailto:javascript-bounces at LaTech.edu]On Behalf Of Andrew Gibson
> > Sent: 15 April 2003 11:59
> > To: [JavaScript List]
> > Subject: Re: [Javascript] Question regarding Netscape
> >
> >
> > The only time i've noticed a problem, if you change the contents of a
div
> > with a script, and it contains an image....sometimes the image wont load
> > properly....
> >
> > Andy
> >
> > >
> > > >sometimes images dont load fully....I've been able to get around that
> > with
> > > >an onabort in the <img  only ie though I think
> > >
> > > You can even add an onload event handler to an image, if you really
must
> > > know whether the image has finished loading. In my experience,
however,
> > this
> > > information is rarely necessary. Access to the DOM (including the
> > > possibility to change the src of an images) is enough.
> > >
> >
> >
> >
> > _______________________________________________
> > Javascript mailing list
> > Javascript at LaTech.edu
> > https://lists.LaTech.edu/mailman/listinfo/javascript
> >
> > _______________________________________________
> > Javascript mailing list
> > Javascript at LaTech.edu
> > https://lists.LaTech.edu/mailman/listinfo/javascript
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list