我可以在 IE9 中使用 microsoft ActiveX 对象进行 ajax (而不是使用 XMLhttpRequest 对象)

发布于 2024-11-29 17:10:21 字数 286 浏览 0 评论 0原文

我的项目使用 jquery v1.4.4。我在 IE9 中遇到 xmlhttpRequest 对象的问题,如果任何 ajax 请求将被中止,那么 xhr.status 将在所有其他浏览器中设置为 0(如预期),但在 IE 9 中,此行为不一致(未设置为 0)。 但如果我使用 microsoft ActiveX 对象进行 ajax,则效果很好。虽然最新版本的jquery已经修复了这个问题。我愿意为 IE9 使用 activeX 对象,而不是升级我当前的 jquery 版本。

让我知道您关于在 IE9 中使用 activeX 对象的建议。

I am using jquery v1.4.4 for my project. I am facing problems in IE9 with xmlhttpRequest object if any ajax request will be aborted then xhr.status will be set to 0(as expected) in all other browsers but in IE 9 this behavior in not consistent(not set to 0).
But this is working fine if i use microsoft ActiveX object for ajax. Although latest version of jquery has fixed this issue. I am willing to use activeX object for IE9 instead of upgrading my current jquery version.

Let me know your suggestions about using activeX object for IE9.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文