View Full Version : Help!
ModernRevolutions
08-27-2006, 09:04 PM
I need a code to disable this-> http://img182.imageshack.us/img182/2594/popupthingim2.png
If there is one can you please tell me!
mburt
08-27-2006, 09:08 PM
I think that only happens in older versions of IE (6 and down).
ModernRevolutions
08-27-2006, 09:12 PM
but is there anyway to disable it because it is really annoying on my site.
Put:
galleryimg="no"in your <img> tags, or use:
<meta http-equiv="imagetoolbar" content="no">in your <head>.
blm126
08-27-2006, 09:58 PM
I've read somewhere(I think that it was on this forum) that
<meta http-equiv="imagetoolbar" content="no">
causes memory leaks
Yes, jscheuer1 said it once, but he's never mentioned it again and I haven't been able to find anywhere else that does, so I think I'll drop it.
mburt
08-27-2006, 10:59 PM
Could you two whipper-snappers explain to me what a memory-leak is?
blm126
08-27-2006, 11:57 PM
When a program doesn't free up RAM when it is done using it.
Which results in the program using more and more memory every time that bit of code is run until it crashes.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.