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

All Questions

1 vote
2 answers
368 views

Var with {} break IE 11 [duplicate]

Im having an issue using slideToggle as a variable on my website. Im using domSlider. When I try the following I get issues I cannot understand. If define slideToggle as: var {slideToggle} = window....
Mikkel Fennefoss's user avatar
1 vote
1 answer
3k views

Converting a JavaScript file with Babel for use in IE11

I have a JavaScript file mystuff.js which throws errors in IE11 (due to for..of loops, etc). So I try to convert it with Babel for use in IE11. However the output from Babel does not seem to be IE11-...
halloleo's user avatar
  • 9,954
2 votes
1 answer
4k views

How can I make JavaScript modules work in IE 11

I have JavaScript modules which I want to use with IE11. In the HTML pages they are referenced like this: <script type="module"> import * as mystuff from './scripts/mystuff.js'; ...
halloleo's user avatar
  • 9,954
1 vote
1 answer
549 views

How to send GET request from internet explorer to Asp.Net Core API?

I am developing Asp.Net Core 3.1 API, Everything working as expected when I send a GET request from google chrome, Edge, Postman. But when I send GET request from internet explorer it starts to ...
Vivek Nuna's user avatar
  • 28.8k
0 votes
1 answer
470 views

IE opening new tab about:blank instead of Webpage

I am developing a BHO for IE in C# that controls the navigation flow of IE by checking the URL in onBeforeNavigateEvent. Everything works fine except that when a link is opened in a new tab then some ...
Usama Mohsin's user avatar
0 votes
1 answer
613 views

Vue App Blank page in IE-11 and Ms Edge 40

I was given a Vue app that is working perfectly in Chrome, Firefox. But blank page in IE-11 and Ms Edge. No Erorrs in console. I'm not a Vue developer but I'm interested in Vue. So Tried to find a ...
Dapk's user avatar
  • 213
0 votes
1 answer
256 views

How to forward search and reverse search for a character in a HTML document without using TextRange API in IE11/Edge

We have a two column HTML layout. I want to implement forward search and backward search for a particular character in HTML, Like the "$" character in IE11 enter image description here Earlier in ...
Sheshanth's user avatar
-1 votes
1 answer
2k views

Issue with website displaying in Internet Explorer

I am having an issue with my WordPress site designed with the Elementor plugin and Ocean WP theme. It displays perfectly fine in Chrome, Firefox and Edge. However, it doesn’t display at all on ...
tigerstew's user avatar
1 vote
2 answers
2k views

Cache-control header doesn't work for IE11

Can someone explain me behaviour of IE11? As I got, all browsers which support Http 1.1 (except some versions with bugs), have support of Cache-Control header. I have backend which has Access-...
Denys Koval's user avatar
0 votes
0 answers
62 views

C# BHO: Cause internet explorer to close and reopen tab

I am developing a BHO in C# to respond to the click event of a custom button added to the IE's toolbar and also catching the OnBeforeNavigate2 event. Interfaces used are IOleCommandTarget::...
Usama Mohsin's user avatar
2 votes
0 answers
76 views

IE11 not restricting width with text-overflow: ellipsis [duplicate]

I have some HTML and CSS that shows a long string of text next to a button. The long string of text is vertically centered relative to the button, and the text shows an ellipsis ... so it all fits ...
Kevin Workman's user avatar
-1 votes
2 answers
325 views

IE default version is changed to 7 automatically

i have added the bellow piece of code in my js file. var meta = document.createElement('meta'); meta.httpEquiv = "X-UA-Compatible"; meta.content = "IE=edge, IE=11, IE=10, IE=9"; document....
abdul raheem's user avatar
0 votes
1 answer
348 views

Is there a command to open a new Ikognito Tab with IE by using VBScript?

Hello Guys I'm here again. I want to open an "Ikognito-Tab" in IE with VBScript. But i have no idea how I can do it (or if it is even possible). So I ask you all for help. Is there a command to open ...
Aynos's user avatar
  • 288
1 vote
1 answer
166 views

How can I save the value of an ID from IE to a variable in VBScript?

I would like to write a program that outputs the email from the website "https://10minutemail.net/" in a message box. Unfortunately, I can't find any code that allows me to store the ID in a ...
Aynos's user avatar
  • 288
0 votes
1 answer
1k views

Microsoft Edge and Internet Explorer are displaying incorrect favicon

I have searched stackoverflow and many other websites Nothing seems like fixing the problem The website link : https://www.monstermmorpg.com The source code in header <link rel="apple-touch-...
Furkan Gözükara's user avatar

15 30 50 per page
1 2 3
4
5
71