Skip to content Skip to sidebar Skip to footer
Showing posts with the label Internet Explorer 9

Ie9 Javascript Error Script575 - C00c023f - Prototype File

I am having the same problem, but in the console of the F12 of IE9, it says: SCRIPT575: Could not c… Read more Ie9 Javascript Error Script575 - C00c023f - Prototype File

Invalid Character Dom Exception In Ie9

The following piece of JS which used to work in IE8 is failing now in IE9. document.createElement(… Read more Invalid Character Dom Exception In Ie9

Console Is Undefined Error In Ie9

I have a graphics page which shows SVG graphics. I am using Raphael graphics framework. The page di… Read more Console Is Undefined Error In Ie9

Javascript Ie 9: Custom Sort Function

In IE 9, if I type this in the console: [1, 4, 2, 3].sort(function (a, b) { return a Solution 1: M… Read more Javascript Ie 9: Custom Sort Function

Error In Internet Explorer 9 (not Earlier Versions Or Other Browsers) When Including Jquery In An Iframe

Basically I have a page that launched a fancybox iframe. In that iframe I also include jQuery. But … Read more Error In Internet Explorer 9 (not Earlier Versions Or Other Browsers) When Including Jquery In An Iframe

Jquery File Upload - Not Sending Headers In Ie9

I'm using jQuery Fileupload to upload files. Its not sending headers that I set to the server. … Read more Jquery File Upload - Not Sending Headers In Ie9

Ie9 Not Running Javascript Onload

For some reason, IE9 is not running my JavaScript code onload when the browser is launched for the … Read more Ie9 Not Running Javascript Onload

Script438: Object Doesn't Support Property Or Method 'keys' For Ie

I found strange for the following code: var allextRules = Ext.util.CSS.getRules(); Object.keys(all… Read more Script438: Object Doesn't Support Property Or Method 'keys' For Ie