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 put the WebBrowser control into IE9 into standards?

i am using automation (i.e. COM automation) to display some HTML in Internet Explorer (9): ie = CoInternetExplorer.Create; ie.Navigate2("…

com html automation standards internet-explorer-9
Force IE9 into Quirks mode?

I have a page with an iframe, and the iframe contains code that needs to run in quirks mode (it's …

internet-explorer compatibility internet-explorer-9 ie8-compatibility-mode quirks-mode
How to make a meta tag the first one in the <head> section?

I'm using JSF2, GlassFish 3.1, PrimeFaces 2.x. I'm having strange rendering problems on IE9. I'm supposed to be able to force …

jsf internet-explorer-9 primefaces
How long of a URL can Internet Explorer 9 take?

Past versions of Internet Explorer croaked on web addresses longer than 2,083 characters (see http://support.microsoft.com/kb/208427). Meanwhile, Firefox, …

internet-explorer url internet-explorer-9
Force IE9 into browser compatibility view

I am aware of how to force IE into viewing a page in document compatibility, but what about browser compatibility …

html internet-explorer-9 compatibility quirks-mode
IE9 Double Form Submit Issue

I am just wondering if anyone have some info or feedback about the situation I am in. Currently I am …

javascript forms internet-explorer-9 double-submit-problem
Does IE9 have a file size limit for CSS?

I'm using Drupal and I notice that if I have my CSS files aggregated that the CSS doesn't always work …

css internet-explorer internet-explorer-9 stylesheet
Disable Cleartype (text anti-aliasing) in IE9

It's well documented (e.g. here) that IE9 ignores the OS-wide settings for font smoothing (aka anti-aliasing). Even if font-smoothing …

wpf internet-explorer-9 antialiasing cleartype directwrite
IE9 script response blocked due to mime type mismatch

I use the following code snippet to load data from google fusion table as json. var fileref = document.createElement("script"); …

types response internet-explorer-9 mime
Internet Explorer Developer Tools how to preserve log upon navigation?

I'm looking for the way to log stuff in Internet Explorer Developer Console that preserve page refresh. Under Google Chrome …

javascript internet-explorer-9 error-logging