gpt4 book ai didi

Javascript 数组、对象、日期未定义

转载 作者:行者123 更新时间:2023-11-29 16:20:26 25 4
gpt4 key购买 nike

有史以来最奇怪的情况,但我已经在三台 PC 上重现了它。仅在 Internet Explorer 9(不是 8,仅 9)中发生。

它发生在我 friend 的网站上,这不是插件,但这是 url:IE bug with javascript

当您单击其中一个链接时会发生魔法错误,例如“Nog fiscaal interessant ...”

这将打开一个弹出窗口,其中包含一个托管电影播放器​​的 iframe。在 IE9 中,电影帧提示“对象未定义”、“数组未定义”、“日期”未定义。

可能发生了什么?

最佳答案

最终通过动态加载iframe解决。

解决方案是在 http://code.google.com/p/simplemodal/issues/detail?id=73 上找到的

复制/粘贴到这里以备将来引用:

I think this issue is more to do with how IE9 handles iframe and subsequent loading of javascript in it... my workaround was to set iframe src only 'onShow' callback function and somehow i stopped getting those object undefined errors. Hope this helps.

function onShow(){ jQuery("iframe").attr("src", "/goto/site"); }

可能包含更多信息的另一个链接:http://msdn.microsoft.com/en-us/library/gg622929%28v=VS.85%29.aspx?ppud=4

实现的解决方案是在弹出窗口完全呈现后加载 iframe src,而不是先加载 iframe 然后显示弹出窗口。

感谢所有调查人员!

关于Javascript 数组、对象、日期未定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10898487/

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