[Javascript] Suppressing Microsoft image popup

Muchacho, Laurent (TWIi London) LMuchacho at twii.net
Wed Apr 16 05:11:11 CDT 2003


Hi Daz 

I think Hassan answer your question in the previous email on the list
subject "Question regarding Netscape"

this is a copy of his email 
Daz wrote:

> 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.

If you're referring to the IE6 "Image Toolbar", it's not JavaScript;
put this meta tag in the page header --

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

HTH!
-- 
Hassan Schroeder ----------------------------- hassan at webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                           dream.  code.





-----Original Message-----
From: Daz [mailto:dberry1 at lineone.net]
Sent: 16 April 2003 10:12
To: [JavaScript List]
Subject: [Javascript] Suppressing Microsoft image popup


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


DISCLAIMER - The preceding e-mail message (including any attachments)
contains information that may be confidential, may be protected by the
attorney-client or other applicable privileges, or may constitute non-public
information.  It is intended to be conveyed only to the designated
recipient(s) named above.  If you are not an intended recipient of this
message, or have otherwise received it in error, please notify the sender by
replying to this message and then delete all copies of it from your computer
system.  Any use, dissemination, distribution, or reproduction of this
message by unintended recipients is not authorized and may be unlawful. The
contents of this communication do not necessarily represent the views of
this company.


More information about the Javascript mailing list