在本地 Intranet 区域的 xml 文件中在 IE9 中运行 jquery
我有一个 xml 文件,它使用 xslt 呈现 html。这里没有什么特别的,它在 IE7 和 IE8 中工作得很好。但是,在 IE9 中,它不会在“本地 Intranet”区域上呈现文件的 jquery 部分
该文件以 http:// /localhost/xml/index.xml
- 检查“本地 Intranet”中自定义下的所有设置,所有设置均已启用
- 使用开发人员工具确保它在同一浏览器上的 IE8 上运行。
我在这里缺少什么吗?
I have an xml file that renders a html using xslt. Nothing special here and it works in IE7 and IE8 just fine. However, in IE9 it does not render the jquery part of the file on "Local Intranet" zone
The file runs as http://localhost/xml/index.xml
- Checked all the settings under custom in "Local Intranet" and all of them are enabled
- Made sure that it runs on IE8 on the same browser using the developer tool.
Is there anything I am missing here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了类似的问题并设法让它在兼容模式下工作。
I've had a similar problem and managed to get it to work in compatability mode.