当您收到消息“对象不支持此属性或方法”时,如何找出“对象”所支持的内容?是?
当您收到 IE 错误消息“对象不支持此属性或方法”时,如何确定“对象”是什么?总是一样的事情吗?如果不是,有没有办法使用诊断工具或控制台来找出它是什么?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
当您收到 IE 错误消息“对象不支持此属性或方法”时,如何确定“对象”是什么?总是一样的事情吗?如果不是,有没有办法使用诊断工具或控制台来找出它是什么?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
要获取 IE 的调试信息,您必须启用脚本调试:
http://msdn.microsoft.com/en -us/library/ms241741%28v=vs.80%29.aspx
如果您有 IE 8 或更高版本,您可以使用他们的开发人员工具进行调试:
http://msdn.microsoft.com/en-us/library/dd565625%28v=vs.85% 29.aspx
To get at IE's debugging information, you have to enable script debugging:
http://msdn.microsoft.com/en-us/library/ms241741%28v=vs.80%29.aspx
If you have IE 8 or above, you can use their developer tools to debug:
http://msdn.microsoft.com/en-us/library/dd565625%28v=vs.85%29.aspx
我有同样的问题和同样的消息。
事实证明问题不在于编码,而在于 IE 设置。我所要做的就是从“工具=>”重置 IE。互联网选项=>高级 =>重置(包括个人设置) 这对我来说是这样。让我知道它是否有效。
I had the same issue and same message.
It turns out the issue is not with coding but with settings of IE. All I had to do was reset IE from Tools => internet options => advanced => reset (including personal settings) That did it for me. Let me know if it works.
我遇到了同样的问题,通过在 Internet 选项中取消选择“启用本机 XMLHTTP 支持”(“工具”>“Internet 选项”>“高级”>“安全”)解决了该问题
I had the same problem and it was resolved by deselecting 'Enable native XMLHTTP support' in Internet Options (Tools>Internet Options>Advanced>Security)
,由于 IE GPO,我遇到了这个问题
奇怪的是 ; IE 的插件管理 GPO 破坏了 MMC 和 *.MSC。
GPO\管理模板\Windows 组件\Internet Explorer\安全功能\附加组件管理\所有进程
(已启用)导致此页面上的脚本出现错误。
更多信息此处。
I had this issue due to IE GPO,
strangely enough; IE's addon management GPO breaks MMC and *.MSC.
GPO\Administrative Templates\Windows Components\Internet Explorer\Security Features\Add-on Management\All Processes
(enabled) Results in,An Error has occurred in the script on this page.
More on that here.