简体   繁体   中英

Internet Explorer 11 default document view mode to Edge

I have windows 7 and IE 11 installed in my local machine. I working on ASP.NET, C# web application used bootstrap, Jquery etc.

I have created one checkbox dropdown list (ref: http://www.aspsnippets.com/Articles/Multiple-Select-MultiSelect-DropDownList-with-CheckBoxes-in-ASPNet-using-jQuery.aspx ).

But my local intranet website is showing default document view mode 7 and check box drop down list look like this

在此处输入图片说明

But when on production it looks good see below screenshot, on production default document view mode is Edge (I don't know how.)

在此处输入图片说明

Is there anyway, I can set default document view mode to Edge for all local intranet website users?

Add this meta between <head></head> :

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

For your reference: Legacy document modes

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