IE6 中的站点因“意外调用方法或属性访问”而中断错误
“导致”错误的行:
IEPNGFix.process(element, 0);
注意:我尝试在 Google 中搜索该短语和 IEPNGFix,但没有成功。在来这里之前还尝试了 MIRC Javascript 聊天室。
我需要改变什么?
The line that 'causes' the error:
IEPNGFix.process(element, 0);
Full code: http://pastie.org/648568
Note: I tried searching the phrase and IEPNGFix in Google, no luck. Also tried the MIRC Javascript chatroom before coming here.
What do I need to change?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您需要将钩子函数更改为:
You need to change the hook function to:
我不明白你在哪里将
element
定义为任何内容。尝试将有效的元素值传递给IEPNGFix.process
函数。I don't see where you define
element
as anything. Try passing in a valid element value to theIEPNGFix.process
function.这种方式更改挂钩函数对我有用:
参考在这里:
http://www.twinhelix.com/cgi-bin/forum.pl /iepngfix/531
Change the hook function this way works for me:
Reference is here:
http://www.twinhelix.com/cgi-bin/forum.pl/iepngfix/531