Skip to main content

All Questions

5 votes
1 answer
4k views

JavaScript in IE11 giving me script error 1003

I have a site with an accordion and some javascript. In Firefox everything is working as it should, but in IE11 I get the error SCRIPT1003: Expected ':' I narrowed it down to this piece of code in ...
notaverygoodprogrammer's user avatar
6 votes
2 answers
7k views

jQuery .html() function doesnt work in IE 11

In my .net MVC3 web application i have an ajax call that returns some html code. I pass this html into a div like so: $.ajax({ url: 'controller/action', data: {id: id,}, ...
Notaras's user avatar
  • 687
1 vote
1 answer
2k views

Ajax with JSON is not working in IE 11

The following ajax code works fine in Firefox,chrome,safari,IE9.But in IE 11,It is not working. $.ajax({ type: req_type, url: req_url, crossDomain: true, cache: false, data: ...
rekha s's user avatar
  • 607
4 votes
1 answer
422 views

Browsers continue to perform Javascript after "PageUnload" & new "PageLoad"

We have the following AJAX throttler. This was implemented to be able to perform many (20+) ajax requests for one page without the remainder timing out just because the first X requests took a total ...
theB3RV's user avatar
  • 924
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,251
1 vote
0 answers
618 views

Internet Explorer 11 Java 1.7 Applet crash "Target jvm seems to have already exited"

I am developing an application that use an applet for signing documents. Everything works fine, but if you try to sign two times in a row the applet fails and shows this error: "Target jvm seems to ...
apenlor's user avatar
  • 97
2 votes
1 answer
4k views

status code 12004 while doing a service call

I am doing a service call in my javascript which return xml data using xmlHttpRequest.My service call is working in chrome and firefox perfectly and getting the data(it is a https call).But when i try ...
aravind's user avatar
  • 1,056
0 votes
0 answers
239 views

Ajax request with jquery not populating the table on IE

I am transforming an old existing PHP code to generate HTML and populate a table using AJAX, for pagination and dynamic search. Due to the existing structure, my PHP page will respond all the HTML ...
OwNAkS's user avatar
  • 271
0 votes
1 answer
729 views

Selenium test in IE11 passes when the development tools are open (F12) and fails otherwise

Is there any reason why a Selenium test should always fail unless the development tools in Internet Explorer (F12) are turned on? A page that performs an Ajax call periodically is being tested and ...
MartinTeeVarga's user avatar
5 votes
1 answer
5k views

jQuery ajax request - IE11 Access is denied

The question I'm making an ajax request via jQuery using the following function: function ajaxRequest(requestName,responseFunction,parameters) { console.log('Making request ' + requestName); var ...
Ben's user avatar
  • 4,807
9 votes
2 answers
11k views

IE 11 error - Access is denied - XMLHttpRequest

I'm having a peculiar error with IE11 and ajax. For nearly all the requests I make using the code below, everything is fine, yet when I try use in conjunction with a copy+paste method, it returns an ...
Ben's user avatar
  • 4,807
1 vote
0 answers
595 views

internet explorer 11 doesn't resolve POST variables through AJAX request

I noticed that my POST request using AJAX on IE simply fails. What I mean by fails is that it throws an error that the key wasn't found: $_POST['myKey']. However, the same code works fine in Opera, ...
kfirba's user avatar
  • 5,353
1 vote
1 answer
885 views

IE 11 first time ajax call working second not working

In IE 11, I am using xml as my data for send and return data as xml,when i am loading my page first time it comes but after when i call ajax call based on any event it show me error as: {readyState: ...
user2473940's user avatar
6 votes
1 answer
1k views

IE11 GZIP slow for AJAX requests

So this is a bit of a weird issue and I'm really searching for some best practices and potential solutions here. Background: I'm working on a very substantial enterprise application. It's a single ...
Thomas W Tupper's user avatar
1 vote
1 answer
3k views

Internet Explorer 11 executes ajax success condition but then freezes

Internet Explorer 11 seems to execute my ajax call successfully. It runs the code under the success condition all the way up to the last line in that block, updates the HTML DOM structure, but then ...
Adam's user avatar
  • 5,932

15 30 50 per page
1
3 4
5
6 7