ie11 to ie9 compatibility mode by javascript -


i'm working sp2010 environment default master page come meta tag:

meta http-equiv="x-ua-compatible" content="ie=8"

which presents forms (infopath) in view in browsers except ie11

if try add meta tags ie=9 or edge, it'll fix problem in ie11, other explorers go blank.

is there way stay 1st meta tags (ie=8), & add javascript that's tell ie11 only compatible ie9?

i try lot of option found here & web, this: html: how force ie11 emulate ie9 in html?

but nothing works…

for ie11, can try using enterprise mode.

hope helps...

-- lance


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -