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

All Questions

96 questions with no upvoted or accepted answers
4 votes
1 answer
2k views

JavaScript Error in Internet Explorer 11

I have one form page that submits data to the database from a popup window.I added one disabled button js for the submitting data once.It does not work on ie11 but works for other browsers perfectly. ...
Avy Fatima's user avatar
4 votes
1 answer
877 views

AppCache works fine with Firefox (30) but not with IE (11)

I'm trying to provide an offline version of my asp.net website. So if i call my Default page it should load the offline.html. In Firefox its working, in IE (11 and i tested 10 in Emulation mode) not. ...
tvelop's user avatar
  • 348
2 votes
0 answers
89 views

Fontawesome 5 error on IE11

I have a problem with fontawesome on IE11 for some strange reason throws a javascript exception on this line: var candidates = toArray(root.querySelectorAll(prefixesDomQuery)) It only happens on IE ...
Fex09's user avatar
  • 73
2 votes
0 answers
773 views

Internet Explorer 11 replaces Authorization header || Not even working after using document.execCommand('ClearAuthenticationCache', 'false');

What would cause Internet Explorer to replace the HTTP header Authorization : Bearer <server-provided-token> with Authorization : Negotiate <some token> when making an AJAX request? ...
Kush's user avatar
  • 21
2 votes
0 answers
665 views

What causes SSRS to use Blank.gif, breaking reports in IE11?

There have been a few questions asking about the error caused by IE 11 not loading SSRS reports... SSRS Report Viewer - Report chart fails to display in IE11 ReportViewer IE 11 The solution seems to ...
Homer's user avatar
  • 7,754
2 votes
2 answers
11k views

window.open opening new tab instead of new window in IE 11

I have an ASP.NET application which uses window.open. It opens a tab instead of a new window. This happens in IE 11. In IE 8 it works fine. Since we are moving to IE 11 we want this to work on IE 11 ...
Ruruboy's user avatar
  • 662
2 votes
0 answers
870 views

Site not working in IE 10 IE 11

My website is not loading javascript/css files in ie10, 11. I am using this code <script type="text/javascript" src="/scripts/jquery-migrate-1.1.1.min.js"></script> <script type="text/...
Ahmad Abbasi's user avatar
  • 1,776
2 votes
2 answers
3k views

IE11 FormData AJAX Post with File hangs after 401

In IE11, I'm using ajax to post a FormData element to a Windows Authenticated endpoint (IIS7.5 NTLM). If the FormData element only contains text fields, everything works great -- the initial request ...
Daniel Szabo's user avatar
  • 7,271
1 vote
0 answers
57 views

IE 11.1324 text in a disabled fieldset can be removed. ASP.NET

I have a fieldset which can dynamically be set to Disabled based on the user role. This works fine in Chrome and Opera. However, in IE 11.1324 I have the issue that text can't be added, but it can be ...
JavaHR's user avatar
  • 183
1 vote
0 answers
342 views

HTTP query interrupted on Internet Explorer

I was assigned some debugging to do on an existing ASP.NET WebForms application that uses a lot of UpdatePanels. One of the button launches some tasks that are very long to perform, and it is expected....
Julien N's user avatar
  • 3,900
1 vote
0 answers
512 views

IE 11 is detected as IE 7.0

I am trying to detect my user's browsers and I want to stop all IE versions that are < 10. That's why I have created 2 different methods and both are doing the same: The first one is relying on ...
Mlle 116's user avatar
  • 1,179
1 vote
1 answer
155 views

Internet Explorer 11 developer tools mode

I'm using Internet Explorer 11 and when I click F12 I get the developer tools window, which contains in particular a combobox to select the Internet Explorer version display style at the top right. (...
Platus's user avatar
  • 1,407
1 vote
1 answer
2k views

How to download html file on a click of button in asp.net?

I am developing a program in VS2015. I have created a abc.html file dynamically. Now I want a functionality that when user click on button that Html file should open or save in browser.How can i do ...
Basant Gera's user avatar
1 vote
0 answers
46 views

Internet Explorer Compatibility issue with web page

I am developing a .NET application for my clients. One of my pages I have included a RadDatePicker and several other input methods. When I run my project it occurs an error only in Internet Explorer ...
jayz's user avatar
  • 401
1 vote
0 answers
500 views

ASP .Net Hidden field setting but not posting in IE

In my web form I have an ASP Hidden field as such: <asp:HiddenField ID="HiddenField1" runat="server" OnValueChanged="HiddenField1_ValueChanged" /> I am current setting the value of this field ...
Xaviex's user avatar
  • 15

15 30 50 per page
1
2 3 4 5
7