当您收到消息“对象不支持此属性或方法”时,如何找出“对象”所支持的内容?是?

发布于 2024-11-06 20:36:27 字数 83 浏览 1 评论 0 原文

当您收到 IE 错误消息“对象不支持此属性或方法”时,如何确定“对象”是什么?总是一样的事情吗?如果不是,有没有办法使用诊断工具或控制台来找出它是什么?

When you get the IE error message "Object doesn't support this property or method", how do you figure out what "Object" is? Is it always the same thing? If not, is there a way to use the diagnostic tools or the console to figure out what it is?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

此刻的回忆 2024-11-13 20:36:27

要获取 IE 的调试信息,您必须启用脚本调试:

  1. 在 Internet Explorer 中,从“工具”菜单中选择“Internet 选项”。
  2. 在“Internet 选项”对话框中,单击“高级”选项卡。
  3. 在“高级”选项卡上的“浏览”下,清除“禁用脚本调试”。
  4. 单击“确定”。

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:

  1. In Internet Explorer, choose Internet Options from the Tools menu.
  2. In the Internet Options dialog box, click the Advanced tab.
  3. On the Advanced tab, under Browsing, clear Disable Script Debugging.
  4. Click OK.

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

谁把谁当真 2024-11-13 20:36:27

我有同样的问题和同样的消息。
事实证明问题不在于编码,而在于 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.

少女情怀诗 2024-11-13 20:36:27

我遇到了同样的问题,通过在 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)

陪你搞怪i 2024-11-13 20:36:27

,由于 IE GPO,我遇到了这个问题

奇怪的是 ; IE 的插件管理 GPO 破坏了 MMC 和 *.MSC。

GPO\管理模板\Windows 组件\Internet Explorer\安全功能\附加组件管理\所有进程(已启用)导致

此页面上的脚本出现错误。

Line: 5
Char: 5
Error: Object doesn't support property or method 'ConnectTo'
Code: 0
URL: res://C:\WINDOWS\system32\mmcndmgr.dll/views.js

更多信息此处

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.

Line: 5
Char: 5
Error: Object doesn't support property or method 'ConnectTo'
Code: 0
URL: res://C:\WINDOWS\system32\mmcndmgr.dll/views.js

More on that here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文