When I am running my Ajax web application, the application is rendering properly in Mozilla Firefox but when I run the same application in IE (Internet Explorer) it is giving an system error message (like System Error: -1072896658 ). I am bit worried about the code which I have written, it works very fine in one folder of my server (works fine in both the browsers that is Mozilla and IE) and when I move the same application to the other folder and when I run the same it is raising an system error, I was weired and could not understand about the error type which that is raising in IE.
When I debug the same by keeping JavaScript alerts() into my Ajax code, I found that at this line I am getting an error – document.getElementById(‘outputDiv’).innerHTML = httpRequest.responseText;
I have searched so many websites and forums for this system error. I tried googling the same like this "System Error: -1072896658 in Ajax ", I got lot bunch of answers. Actually this error has raised because of "Encoding", through Ajax I am calling other language page (like French, Japan languages) into my page in order to show case the same on to my web page but I could not.
I have got several answers after googling the same:
1. I’m new to ajax, and i try to make a simpe test but i alwas got the system error -1072896748 when i’m calling a page use sing the GET method like : http.open(‘GET’, ‘script.php?action=test’);
You can follow the link to find the answer – https://www.codeguru.com/forum/showthread.php?t=385588
2. system error -1072896748 -> https://bytes.com/forum/thread520484.html
3. AJAX, wat is het, hoe werkt het en waarom zou ik het (niet) gebruiken? (Dutch Language): https://www.multidesk.be/artikels/artikel/160/
I think, by looking at the above – you might resolve this error "System Error: -1072896658" which is poping up in "IE (Internet Explorer)" only.
Related Post, Which you would like to read:
1. Snippet Code for Simple Ajax Tabs with cool CSS Styles
2. Using XMLHttpRequest, reading XML data (Adobe AIR Application)
3. Remove special characters (like !, >, ?, ., # etc.,) from a string using JavaScript
4. 10 different styles of Accordions (Using Ajax, JavaScript, DHTML)
Articles which you would like to read:
Related Entries...
-
Hi developers, today I encountered one error which works fine in Mozilla Firefox but giving an error ...
-
Just think what Google Chrome would return when we run browser detection code written in JavaScript ? ...
-
Taffy DB, which is well known JavaScript database for your browser, and which is a free and opensourc ...
-
Here is a simple snippet on adding a "div" to the body tag dynamically using JavaScript, after going ...
-
Hey folks over there, here I came up with simple Ajax Tabs, you guys can show case your valuable cont ...
-
Introduction Recently, one of my reader came up with a query like "Why JavaScript is not running aft ...
-
As we all know AJAX is rocking the Web World all around, just I had a thought to developer a simple A ...
-
I am back again with some good snippet on "Placing a Play Icon over the image using CSS", After going ...
-
In the following article we can have a look at the ways of creating new files in Ruby programming lan ...
-
Hi Guys, I would like to share a JavaScript snippet code which will remove special characters (like ! ...
3 Responses
[...] System Error: -1072896658 in IE 2. Snippet Code for Simple Ajax Tabs with cool CSS Styles 3. Using XMLHttpRequest, reading XML data [...]
Recently I do got this error in IE, Really IE is loosing this power after getting so many browsers in the market. Really I struggled a lot for this error, I searched the same and got to see your article, its really helped me a lot in solving that issue, thanks Vivek
[...] which you would like to read: System Error: -1072896658 in IE Simple steps to develop AJAX Website � DeveloperSnippets Snippet Code for Simple Ajax Tabs with [...]