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 add a reference to mshtml version 9 in .NET

I want to use some of the new features of mshtml.dll version 9.0 such as IHTMLCSSRule. The interop version in …

.net internet-explorer-9 webbrowser-control mshtml
jquery and IE submit, ajaxForm not working

I have a form: <form method="post" action="/balda/server.wsgi" id="gameboard" name="gameboard" > with a submit …

jquery ajax internet-explorer-9 submit ajaxform
Why is there a vertical scrollbar on my svg at 100%?

Can somebody explain why I see a vertical scrollbar in Chrome and IE9 with the following markup: <!DOCTYPE html&…

html google-chrome svg fullscreen internet-explorer-9
ASP.NET WEBAPI file upload, issues with IE9

I have created a file upload method using ASP.NET WEBAPI, below the code: [DataContract] public class FileDesc { [DataMember] public …

jquery internet-explorer-9 asp.net-web-api jquery-forms-plugin asyncfileupload
Uploadify in ie9 getting js error : SCRIPT5007: Object expected

I am trying to bind uploadify on div. When I clicked on upload button it show me error like SCRIPT5007: …

javascript internet-explorer internet-explorer-9 uploadify
IE9 onbeforeunload called twice when window.location changed in button event... minimal reproduction

I've been hammering and hammering at this and just can't get anywhere. I have a cancel button that does a "…

javascript html internet-explorer-9 onbeforeunload
Json is being cached incorrectly

Hy! My JS is requesting a JSON from controller to edit an existing object, a populated dropdownlist. Then, the View …

json caching asp.net-mvc-3 internet-explorer-9 autosuggest
How up to date is the Polymer Browser Compatibility page?

http://www.polymer-project.org/resources/compatibility.html I need to know how up-to-date this page is and I'm also specifically …

internet-explorer-9 polymer
A JavaScript script only works on Internet Explorer when the Internet Explorer Developer Toolbar is visible

I got a script working on Firefox 5 but not with Internet Explorer 9. When I just open the Internet Explorer Developer …

javascript jquery internet-explorer internet-explorer-9
How to remove "Content-Length mismatch: Request Header indicated 39 bytes, but client sent 0 bytes" this error in IE

I am trying to call azure web service(the service is in different domain) using XDomainRequest object. I have a …

javascript internet-explorer-9 xdomainrequest