Questions tagged as 'internet-explorer'

3
answers

How to use Cookies in Internet Explorer?

I am trying to store cookies for an application I developed in PHP and noticed that in Internet Explorer my cookies are not being stored (or are expiring soon after their creation). In my code I set Cookies this way: setcookie("login", $login_...
asked by 30.01.2014 / 12:49
1
answer

jQuery not working in Internet Explorer

I made a little play on Codepen, to share on Github. That is an effect of the elements appearing when you scroll on them. By codepen, it was working perfectly both in IE and other browsers, however, when I moved to HTML page to play in GItH...
asked by 01.02.2014 / 17:11
2
answers

Problems with javascript when reading getElementByID in IE and Chrome

I have an interesting problem and did not know of this condition in IE. There is in the site that I got for maintenance, a call like this: document.getElementByID(...) . Well, what happens is that IE is not getting ID , but Name...
asked by 14.09.2015 / 21:05
1
answer

navigator.userAgent accuses Mozilla in IE

What do I do to identify if the browser is IE or Moz .. etc ...?     
asked by 31.01.2016 / 20:30
1
answer

Jquery scroll () IE Compatibility

What about people, all right? I have a JQuery scroll () event, but I'm having a compatibility problem with Microsoft Edge (IE), follow the code: $(window).scroll(function(){ var scrollTop = $('html, body').scrollTop(); if(scrollTop &g...
asked by 31.07.2018 / 20:13
1
answer

Angular application does not run locally in IE?

Following the Internet Explorer v.11 error : DETAIL: In other browsers ( Chrome and Firefox ) it works (wheel / load).     
asked by 20.05.2018 / 01:27
2
answers

Custom font in HTML within IE10?

When testing in Chrome, Firefox and Safari, they all ran smoothly with the font on my site, but when I tested in IE9 it did not recognize the font I imported, what's the problem? I imported the source of a folder into the site project: @fon...
asked by 17.02.2015 / 21:01
1
answer

"'WebForm_DoCallback' is not defined" - IE 11

I had a problem with a site I'm programming when running it in IE11. After putting the tag inside my code so that the code is emulated as IE 9: <head id="Head1" runat="server"> <meta http-equiv="x-ua-compatible" content="IE=9" />...
asked by 30.01.2014 / 17:04
0
answers

How to extract data from the internet by VBA

I'm trying to extract a specific table from a site and paste it into a worksheet to update a database on a daily basis. But as it is impossible to download the table as excel or csv, I should extract the table directly from the site....
asked by 03.01.2019 / 14:40
0
answers

Handlebars.js and Edge / IE 11/10

all blz? I have a project using handlebars.js and I was really enjoying the result until I saw the system working on EDGE and Internet Explorer. I have a screen that receives about 1000 (thousand) records in json: { data_criacao:"201...
asked by 27.08.2018 / 19:47