Top "Internet-explorer-9" questions

Windows Internet Explorer 9 (abbreviated as IE9) is a web browser developed by Microsoft, released on 14 March 2011.

How to read binary data in IE9?

I'm working on some Javascript code that creates an alpha mask of a image using paths embedded by Photoshop. The …

javascript ajax internet-explorer-9
HTML5 shiv are also needed for IE9 in order to support HTML5 elements

I use the following HTML5 elements in my pages: header, article, section and nav. Now I've set all the above …

html internet-explorer-9 html5shiv
Is Internet Explorer 9 an "evergreen" browser? What about IE 10?

Chrome and FF will silently update to newer versions and I've read that MS did an auto-upgrade for folks on …

internet-explorer browser internet-explorer-9 internet-explorer-10
Magento sites in IE9, prototype bugs

Internet Explorer 9 was released today, and I decided to check a few Magento sites we build in the last couple …

magento prototypejs internet-explorer-9
Make a CORS request in IE9 with cookies?

In IE9, I am attempting to make a cross origin request with cookies. However, even when I have the Access-Control-Allow-Origin, …

cookies internet-explorer-9 xdomainrequest
IE9 equivalent of querySelectorAll

I haven't had any problems in FF or Chrome, but IE9 chucks an error on this method. I thought I …

javascript internet-explorer internet-explorer-9 selectors-api
How to test file download with Watin / IE9?

I'm trying to test file download with Watin 2.1.0 against IE9. I used the suggested code from the accepted answer to …

c# internet-explorer-9 watin
IE9 throws exceptions when loading scripts in iframe. Why?

Precondition: I have an aspx-page with iframe inside. This iframe points to the url handled by MVC on the same …

javascript asp.net-mvc model-view-controller iframe internet-explorer-9
onbeforeunload event is too enthusiastic in IE9

Here's some sample test html: <!DOCTYPE html> <html> <body> <a href="javascript:alert(…

javascript internet-explorer-9 onbeforeunload
DOM Exception: HIERARCHY_REQUEST_ERR (3) error

The following code works fine in chrome and Firefox, but breaks in IE 9.0. message.nodeTree.childNodes[1].childNodes[0].childNodes[0].appendChild(pkf_…

javascript jquery internet-explorer-9 domexception