IE11 prevents ActiveX from running

后端 未结 7 852
终归单人心
终归单人心 2020-11-30 08:37

Our web browser plugin works fine in IE9 and IE10 but in IE11 the plugin is neither recognized as an add-on or allowed to run. It\'s as if IE11 no longer supports ActiveX.

相关标签:
7条回答
  • 2020-11-30 09:33

    Try this tag on the pages that use the ActiveX control:

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

    Note: this has to be the very first element in the <head> section.

    0 讨论(0)
提交回复
热议问题