Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Suppressing Microsoft image popup
- From: uplate at attbi.com (uplate@xxxxxxxxx)
- Subject: [Javascript] Suppressing Microsoft image popup
- Date: Thu Apr 17 07:00:27 2003
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@xxxxxxxxxx > [mailto:javascript-bounces@xxxxxxxxxx]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@xxxxxxxxxx > > [mailto:javascript-bounces@xxxxxxxxxx]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@xxxxxxxxxx > > [mailto:javascript-bounces@xxxxxxxxxx]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@xxxxxxxxxx > > https://lists.LaTech.edu/mailman/listinfo/javascript > > > > _______________________________________________ > > Javascript mailing list > > Javascript@xxxxxxxxxx > > https://lists.LaTech.edu/mailman/listinfo/javascript > > _______________________________________________ > Javascript mailing list > Javascript@xxxxxxxxxx > https://lists.LaTech.edu/mailman/listinfo/javascript > > _______________________________________________ > Javascript mailing list > Javascript@xxxxxxxxxx > https://lists.LaTech.edu/mailman/listinfo/javascript
- Follow-Ups:
- Prev by Date: [Javascript] help in X-Browser caret POS pls...
- Next by Date: [Javascript] Suppressing Microsoft image popup
- Previous by thread: [Javascript] Suppressing Microsoft image popup
- Next by thread: [Javascript] Suppressing Microsoft image popup
- Index(es):