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

All Questions

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 ...
9 votes
5 answers
10k views

IE bug Invalid Source HTML5 audio - workaround

I (and about a million others) have found a bug in IE11 (not sure if other versions have the same bug) where, if you create an HTML5 audio tag, the browser reports "Invalid Source" no matter ...
0 votes
2 answers
542 views

Request.ServerVariables["HTTP_REFERER"].ToString() is not working in IE11

I have a basic page that is hooked into a third-party website internally. When a button is clicked on this third-party webpage, my webpage is launched in another tab. When launched, I capture the ...
0 votes
2 answers
266 views

IE11 Not sending the Forms Authentication cookie when re-requesting content at the time of loading Print Preview

This request is about Internet Explorer Version 11.778.18362.0 I have an ASP.NET Web Application that shows some text and images on a web page. Everything works fine, but when the page is loaded in ...
0 votes
0 answers
255 views

Microsoft IE open dialog Box and Microsoft Edge Open Dialog Box Different in behaviour

We have ASP.Net application - User clicks on a link and system show and an open dialog box with FROM (URL) as a label - User then clicks OPEN. Excel file open in EXCEL as READ-only- Excel File Path ...
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 ...
0 votes
1 answer
679 views

ASP.NET UpdatePanel flickers on partial postbacks in IE11 on Windows 10, when it has scrollable div

UpdatePanel flickers when the user clicks a button that causes a partial postback, when button positioned inside scrollable div element inside that updatepanel (when a div without scrolling does not ...
0 votes
1 answer
277 views

Show footer at the bottom of the page always problem with Internet Explorer 11

I'm developing an ASP.NET website with Visual Studio 2019, C# and .NET Framework 4.7 On the masterpage I have inserted this css class because all my pages have vertical scrollbar and I want to show &...
0 votes
0 answers
392 views

How to launch a Google Chrome Tab with specific URL from Internet Explorer 11 using C#

My application is coded in C# (ASP.NET 4.7.2 Full). On my client the default browser is Internet Explorer 11 I open the example webpage on Internet Explorer 11 On this example webpage I have <...
0 votes
0 answers
160 views

How to manage cookies working for Internet Explorer 11 from Asp.Net MVC?

I am working with Asp.Net MVC and in that I am handling cookies like below : Response.Expires = 0; Response.Buffer = true; Response.ClearContent(); Response.AddHeader("content-disposition", "inline; ...
0 votes
0 answers
470 views

Setting Cookies not working in Internet Explorer in Higher Environment

Following is the code for setting the cookie: FormsAuthenticationTicket ticket = new FormsAuthenticationTicket(1, "AuthenticationToken", DateTime.Now, DateTime.Now.AddSeconds(60), ...
0 votes
1 answer
6k views

SameSite=None w/ Secure Breaking iFrame in IE11

With the recent changes it seems that SameSite cookie attributes are throwing a wrench into my website now. A cross-browser iframe that was working before on my site is now broken - even with the ...
0 votes
2 answers
689 views

getAttribute(value) returns null even when the value exists when running the code locally

I'm trying to debug a ASP.Net site. The code is debugged using Visual Studio 2012 and is running locally using IIS Express on my Windows 10 machine. The web application needs to be run using Internet ...
0 votes
1 answer
143 views

How to run IE11 page in frame of IE8 website

We are just starting a project that will see the merger of our currently live, IE8 asp classic site and new pieces of asp.net IE11. My current project is embedding an asp.net page into the IE8 site ...
0 votes
1 answer
1k views

Crystal report with IE11

I have a silverlight 4 application and i upgrade to silverlight 5 and i use crystal report to show and print reports but after upgrading the reports appears as blank (empty) in interne explorer 11 Is ...

15 30 50 per page
1
2 3 4 5
13