internet-explorer

Full window onClick handler in Firefox and Internet Explorer

I would like an event handler to fire whenever someone clicks anywhere on a window (so I can clear away a menu if they click someplace other than the menu). The following works in Safari: function checkwho(ev) { obj=(window.external) ? event.srcElement : ev.target; var type=obj.nodeName; if ((type == 'BODY') || (typ...

IE7: ActiveX Information Bar for Ajax website without ActiveX

We're deploying to our intranet (Internet Explorer 7) an ASP.NET webapp which we created and which we know does not contain ActiveX in any way. A yellow "Information Bar" is appearing when the webapp loads in the browser, with the following message: Your security settings do not allow websites to use ActiveX controls installed o...

Is there a tool to change other sites' CSS for IE?

Hi All, Is anyone aware of any plugin/addon for IE that enables you to change the CSS (locally) for specific websites (In my case - Goo***), to make them look nicer? ...

Fixing JS errors in IE

I'm using jQuery for my app and I'm getting this error in IE: Line: 13 Char: 9 Error: Expected Identifier, string or number Code: 0 ..well, as you can see, the error isn't quite helpful. How do you fix those weird IE errors? Is there any tool or a list of error descriptions that tells you what to fix? Thanks ...

DD_belatedPNG without editing the markup

I'd like to use DD_belatedPNG for a project, but I'm not allowed to edit the markup to add the following conditional comment that is required for the script to function: <!--[if IE 6]> <script src="DD_belatedPNG.js"></script> <script> /* EXAMPLE */ DD_belatedPNG.fix('.png_bg'); /* string argument can be any CSS selector */ /* ....

Loading JS dynamically from another JS (jQuery)

I'd like to know if I can load an external JS dynamically based on some condition, for example: $(window).load(function () { if($.browser.msie && $.browser.version=="6.0") { // load ie.js // do stuff using ie.js } }); ...

Detecting IE using jQuery

$(window).load(function () { if($.browser.msie && $.browser.version=="6.0") { // do stuff } }); Just realized that $.browser has been depreciated in 1.3. What is the new method for detecting IE, specially IE6. ...

Configure Internet Explorer so username omitted from cookies

I have already modified the registry so that All users cookies are being stored in the same location. However once you have more than one user windows automatically puts your windows username on the front of the file name of each cookie downloaded by that user. I want my users to be able to share a specific cookie. I am running Server...

IE7 and Scriptaculous Autocompleter running out of memory

In IE7 only, I'm getting a weird out of memory error when I run my Autocompleter.Local. The content downloaded is around 1 MB in terms, but it's done in the background (in a JSON file). function create_listeners() { jQuery('.auto_complete_field').each(function() { var terms_id = 'terms_' + jQuery(this).attr('id'); jQuery(this).af...

ie complicated subdomain cookie problem

all my cookies work great on subdomain, but if subdomain has "_" in it, then cookie dont get read at all and dont get right at all eaither. following are my tested result, which will self explain justlife.demo.com *** works fine *** just-life.demo.com *** works fine *** just-.demo.com *** works fine *** just_.dem...

Retrieve base URL path to be used in download image, CSS and javascript files from web page.

Dear All, We are downloading web page linked Images, style sheet(.css) and javascript files using web browser control (IWebbrowser2 and IHTMLDocument interface) ATL win32 application. Now for some of the web page image src= "/images/a1.jpg" are relative, so we need to append a base host address to the location and download. Do we have...

Web.config urlMappings & download dialog box problem

I simply want to rewrite a URL like http://www.domain.com/2010 which actually opens something like http://www.domain.com/page.aspx. Since that's not a complex rewrite requiring wildcard mapping, I decided to use urlMappings section in my web.config file. All worked fine for 95% of users. However there is a strange issue: when users beh...

How can I redirect to IE from other browsers?

Hi there I want to redirect to Internet Explorer from other browsers by JavaScript. How can I do that? ...

Link disappears in IE 6 and 7

I have link (button actually) inside a TD, but its completely hidden in IE 6 and 7: .btn-delete { position: relative; width: 32px; height: 31px; text-indent: -1000em; background:#dd0 url(../img/button.png) no-repeat; /*.float: left;*/ display: inline-block; display: -moz-inline-box; -moz-box-orient: v...

Should I support all (6, 7, 8) IE versions?

I have FireFox, Opera and Chromium web browsers on my Ubuntu box and I manage to run cycles of development and testing pretty quickly (and happily). The best part is the small CSS files I mange to produce for all types of layouts. The problems always start when I decide to check how I am I doing with IE, and I have a few boxes just for...

JQUERY tableFilter Plugin doesn't work in IE.

I'm using the JQUERY plugin called tableFilter. It works beautifully in Firefox but in IE, any table on the page gets hidden but there is nothing in the View Source that shows it hidden. Anyone using this plugin got it to work in IE? I can't get the plugin developers example to work in IE either. ...

internet explorer 7 hover drop down menu

i have created a simple drop down menu only with css, its working fine in all browsers except internet explorer 7, when i hover to menu link it shows drop down items but when mouse moves away from the link the drop down items disappears, how can i fix it ? ...

Document.domain and <iframe>s breaks the "Back" button in Internet Explorer

This is a very urgent problem and I'd be forever indebted to anyone who can lend some insight. I'm going to be deploying a widget (called the "ISM") to a third-party site. That site uses the document.domain JavaScript property to relax cross-domain restrictions (e.g., setting document.domain in "a.example.com" and "b.example.com" to bot...

CSS IE6 IE7 Set child element's width when parent element's position is relative.

I'm trying to set a width for a child element which parent's position is relative. But when I give a width to child larger than parent's width, the parent's width in FireFox will be changed. And which in IE6/IE7, I must change the parent's width then the child's can be changed. Now, I need to change the child's width but not change it's ...

Delphi active form Iexplore errors on terminating

Hi all, can someone give me some advice on where to start. I have quite a complex system built as a delphi Activeform. And it runs embedded in a webpage. System runs great, except when closing down ie. after IE closes I get a bunch of error saying: IEXPLORE.EXE - Application Error The instruction at "blahblah' referenced memory at "an...