Skip to main content

Questions tagged [internet-explorer-9]

Windows Internet Explorer 9 (abbreviated as IE9) is a web browser developed by Microsoft, released on 14 March 2011. It is available for Windows Vista SP2 and above, Windows Phone 7.1–7.8, and the Xbox 360. It was replaced by IE10 on Windows 8, Windows Server 2012 and Windows Phone 8.

internet-explorer-9
-2 votes
1 answer
232 views

Does anyone know why i cannot see the source code of a website while in Internet Explorer mode in Microsoft Edge?

I need to see the source code on a website that only works in Internet Explorer mode in Microsoft Edge. Whereas on Micrososft Edge you can see the source code by by pressing shift + ctrl + c, when I ...
user23319785's user avatar
0 votes
3 answers
194 views

Check whether an Object contains a specific value in any of its array

How to find if an object has a value? My Object looks like below: I have to loop through the object array and check if an array has "SPOUSE" in its value. if exist set a flag spouseExits = ...
dragonfly's user avatar
  • 3,207
1 vote
1 answer
73 views

I wrote javascript with ES6, but It's not working in IE. How could I change old version of javascript

I wrote javascript with ES6, but It's not working in IE. Especially IE9. How could I change old version of javascript. I tried translate from ES6 to old version, but I couldn't. Because I learned ES6 ...
HBDIDI's user avatar
  • 39
1 vote
3 answers
74 views

How to make accordion compatible with IE9?

The code was taken from here: https://www.w3schools.com/howto/howto_js_accordion.asp It works in IE 11 and IE 10 but the client wants it also to work in IE9. I know...help me god! var acc = ...
MistaPrime's user avatar
  • 1,619
0 votes
0 answers
570 views

Making Grid Layout work in Internet Explorer

I'm trying to make grid layout work in IE. It's a fairly simple grid layout, I think, that uses grid-template-columns: repeat(auto-fit, minmax(#px, 1fr)) along with grid row/column gap. I tried the ...
user2277916's user avatar
0 votes
1 answer
431 views

CORS issue between subdomain on IE

I have 3 subdomains clients.mywebsite.com, admins.mywebsite.com, api.mywebsite.com api.mywebsite.com is the restful service consumed by the other two websites. When calling the API from the websites ...
Vishnu Babu's user avatar
  • 1,245
0 votes
1 answer
122 views

Angular two way binding (different behavior in IE 9)

I am creating an Angular application and utilizing the Angular two way binding method for all of my inputs. The application must be supported for IE versions 9 an above. For the latest versions of IE (...
user7078082's user avatar
0 votes
1 answer
347 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
-2 votes
2 answers
195 views

Google Address Api not displaying search result in IE9 but data gets populated to address fields

In am testing google API in IE browser using developer tools IE9 mode. The search result not showing but data is getting populated to the address fields. I spending hours to try and edit .pac-...
Govind's user avatar
  • 979
0 votes
1 answer
405 views

Where does GoogleCreativeContainerClass come from?

We are having an issue with the following div been injected into our site: <div class="GoogleCreativeContainerClass" id="gcc_*****" data-creative-load-listener=""> It doesn't seem to ...
Nick Ratcliffe's user avatar
0 votes
4 answers
512 views

Internet Explorer not showing divs in a row correctly

I unfortunately have to support later versions of IE (10 + 9) and have a current setup with divs that appear correctly in all browsers except IE9. I have 4 cards in a row, IE 10 shows ok but in IE 9 ...
p_waves's user avatar
  • 391
0 votes
1 answer
526 views

Recaptcha not compatible with IE9?

I'm trying to build a website working with IE9 and I must use a captcha to prevent scraping. The official recaptcha documentation is telling it should work with IE 10/9/8. When I try to load the ...
Gwendal's user avatar
  • 1,273
0 votes
1 answer
50 views

Target `source` elements with jQuery in IE9

I have the following JavaScript (jQuery) and HTML structure: $(function(){ $('source').each(function(){ console.log('a source element'); }); }); <div class="container"> ...
Dan's user avatar
  • 5,924
0 votes
1 answer
186 views

vue js, IE9 click on the router link to refresh?

vue js In IE9 (Internet Explorer 9), which does not support the History API pushState, is it correct to refresh on router-link clicks? Can't you switch pages without refreshing like in Chrome or IE10?
Hakje Lee's user avatar
2 votes
1 answer
5k views

Open programs from HTA application

I'm trying to create a HTA application, that can open programs(exe, bat etc..) locally on the computer. This will be used on a Kiosk PC, where the users don't have access to the desktop etc. But ...
Xenosis's user avatar
  • 89

15 30 50 per page
1
2 3 4 5
293