How to turn on IE9 Compatibility View programmatically in Javascript
问题 I need to turn on IE compatibility programmatically. I know this works in C# : Page.Header.Controls.AddAt(0, new HtmlMeta { HttpEquiv = "X-UA-Compatible", Content = "IE=EmulateIE7" }); My problem is all my windows are displayed in a JS function: for instance: function openRadWin(idAgir) { radopen("DemandesEnAttente_Estimate.aspx?id=" + idAgir, "RadWindow1"); } So my question is : is there any ways to do the same thing in JS? Thanks in advance 回答1: AFAIK, this is not possible. You can detect