gpt4 book ai didi

javascript - IE11 中的 Active x 支持

转载 作者:行者123 更新时间:2023-12-03 11:50:52 25 4
gpt4 key购买 nike

我们正在为视频流开发 Active x,当我们在 Windows 7 IE 8、9、10 上安装 Active x 时工作正常,但 IE 11 无法下载弹出窗口,请就相同问题提供帮助

最佳答案

您的问题并不像您怀疑的那样存在于 ActiveX 中,而是存在于对 Internet Explorer 的检测中。根据评论,您的代码是:

var checkIE=function() {
var client = window.navigator.appName;
if(client == "Microsoft Internet Explorer") { return 1; }
return 0;
};

但是,IE11 不会返回 Microsoft Internet Explorer;根据MSDN它返回Netscape。将您的 IE 检测替换为 How to detect IE11? 中的答案之一相反,您应该会发现您的问题已解决。

关于javascript - IE11 中的 Active x 支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25844143/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com