Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
148 views

Static .gif image not displaying in IE11 but is displaying in Chrome and FF

I have a web application that is supposed to display a user's profile image and allow them to upload a new profile picture. The supported files are .jpg, .gif, .bmp. If I load the application in ...
N101Seggwaye's user avatar
0 votes
1 answer
122 views

Internet Explorer 11 Create auto-response to closing MsgBox from specific website

Disclaimer: the only language I have any proficiency with at all is VBA. I know next to nothing about html and zero about javascript. That said, I think what I'm looking to do is pretty simple, also: ...
Nick Vittum's user avatar
0 votes
1 answer
637 views

Internet explorer -11 -Developer tools(F12) ->Emulation tab ->Document mode is not displaying IE 11 option

Internet explorer -11 -Developer tools(F12) ->Emulation tab ->Document mode is not displaying IE 11 option instead its displaying Edge,10,9,8 . IE - Version: 11.0.9600.19541 IE - Update Version: 11....
Dinesh's user avatar
  • 61
0 votes
0 answers
292 views

Browser Helper Object to execute JavaScript in Internet Explorer 11

I've scoured the web for examples of a Browser Helper object that executes JS and have gotten this far but the JS doesn't seem to execute. Code is below and I've also run regasm.exe codebase/ on the ...
McD's user avatar
  • 173
0 votes
0 answers
23 views

Determine close all tabs v/s close current tab [duplicate]

How can I detect whether onunload event is triggered by browser close or tab close? I have onunload event captured in the application and that works fine - to warn the user before leaving page. ...
niksvp's user avatar
  • 5,553
0 votes
1 answer
2k views

IE not asking basic authentication credentials for a protected resource in body

In my web app I have basic authentication, and login and logout are working successfully in all pages, except in a specific public page where I'm requesting in body a resource (an image) protected by ...
Matteo Gallinucci's user avatar
0 votes
0 answers
122 views

Why is jQuery function not working in IE11 browser?

I have this function working on every browser except IE 11. $(".someClass p").each(function() { if(/Trident.*rv:/.test(navigator.userAgent)) $(this).replaceWith('<h3>' + this.innerHTML + '&...
Diego Pinto's user avatar
6 votes
1 answer
3k views

Clearing the "Network" tab in IE11 developer tools

How does one clear out the traced HTTP requests from the IE11 "Network" developer tool? There are some icons with little red "X" glyphs at the top but those do something other than clearing the view. ...
Pointy's user avatar
  • 411k
0 votes
0 answers
88 views

Find browser exact version for IE11 as default edge

I require to find exact browser version which should find the browser use IE 11 as edge in emulation. Windows7 IE 11 version has default emulation as Edge. And when we try to find the browser version ...
Will Mcavoy's user avatar
1 vote
0 answers
457 views

execCommand 'insertimage' is not working for local files in IE 11 on some computers

I'm trying to insert image from local folder using execCommand in IE11: JS: document.execCommand('insertImage', false, "C://issue.jpg"); It is working on one computer, but it is not working on ...
sedoygosha's user avatar
11 votes
2 answers
14k views

Check javascript compatibility with Internet explorer

I have some javascript code that does not run in IE 11. Is there a quick way to check where the incompatibly is other than going through the code line by line to see what commands and statements are ...
takinola's user avatar
  • 1,723
0 votes
1 answer
1k views

In-Built Browser Spell Check Not Working

I upgraded to Windows 10 whenever MS offered the free update. I have the autocorrect features turned on in the Typing config section as recommended. However, even though this is on, this does ...
Brian Mains's user avatar
  • 50.7k
2 votes
0 answers
611 views

How to downgrade IE 11 to a previous iteration version of IE 11

We have an application with clientside functionality that differs between IE 11 (version 11.1045.10586.0) and IE 11 (version 11.0.9600.18763). How, if at all, is it possible to downgrade the specific ...
Rudolf Lamprecht's user avatar
5 votes
1 answer
8k views

Open Developer Tools console by default in IE11 (without pressing F12 explicitly)

I have a bug which is only on IE11 and occurs only when the site is opened via a link. The page is blank. But, if I refresh, the page loads correctly. I feel there would be some error in the developer ...
Crusaderpyro's user avatar
  • 2,222
0 votes
1 answer
2k views

Internet Explorer 11: Files not downloading, '"filename" could not be downloaded'

On a website that I have made for a client they are unable to download files from the site when they try to do so using Internet Explorer 11. The files are held on our server and using a database of ...
bigad1992's user avatar

15 30 50 per page