我正在使用 jquery fancybox,它在 firefox、chrome &ie7 & ie 8 中运行良好,但是当我尝试在 ie 9 中的 fancybox iframe 弹出窗口中加载内容时,它会引发错误。
SCRIPT5009: "parseInt" is undefined
SCRIPT5009: "Array" is undefined
SCRIPT5009: "isNaN" is undefined
传递的参数是
'width': 500,
'height': 500,
'type' : 'iframe',
'content' :'print',
'scrolling': 'yes',
'href': href,
'autoScale': false,
'autoDimensions': false,
'centerOnScroll': true,
'padding' : 0
我查看了一些论坛并知道这可能是因为 iframe 内容加载速度较慢(参考:http ://t2753.codeinpro.us/q/51502705e8432c04262ba22a )
有人可以帮我吗
谢谢雷瓦蒂