简体   繁体   中英

How to set IE 11 enterprise mode to standard mode using javascript or PHP?

I tried a lot for Ckeditor not working when I changed IE 11 standard to Enterprise mode.

I have set below in header for document mode but it does not seems:

<meta http-equiv="X-UA-Compatible" content="IE=8"> 

So I have substituted idea to turn off the enterprise mode while the page being load but i did not get any javascript code to turn off mode while page load.

Please suggest if any idea to turn off Enterprise mode using java script it would be great helpful.

I used TinyMCE editor instead of Ckeditor it has been worked fine.

Then i could used the meta header below tag:

       <meta http-equiv="X-UA-Compatible" content="IE=8,IE=9,IE=7"> 

Still the TinyMCE completable with All IE browser.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM