IE 和 Mozilla 中的 fusionchart
当我尝试在 IE 8 的弹出窗口上显示融合图表时,我收到类似“htmlfile:未知运行时错误”的错误。但它在 Mozilla 3.6 中工作正常。
I get an error like 'htmlfile: Unknown runtime error' while trying to show fusion chart on a pop-up window in IE 8. But it works fine in Mozilla 3.6.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在使用 javascript 方法 object.innerHTML=”...some html” 时在 Internet Explorer 中遇到“未知运行时错误”,这里有一个提示可以帮助您走上正确的道路:您可能正在尝试放置一个块内联元素内的 -level 元素。
请阅读 http://www. gljakal.com/blog/2006/02/19/unknown-runtime-error-in-internet-explorer/
我不确定您使用的代码。请在这里分享您的代码。
If you’re getting an “unknown runtime error” in internet explorer while using the javascript method object.innerHTML=”…some html”, here is a hint to put you on the right track: you’re probabily trying to put a block-level element inside an inline element.
Please read http://www.gljakal.com/blog/2006/02/19/unknown-runtime-error-in-internet-explorer/
I am not sure of the code used by you. Please share your code here.