强制Internet Explorer下的网页在内网浏览器模式下执行
调试在 IE 下无法运行的网站(我之前的帖子, <一href="https://stackoverflow.com/questions/7331452/webpage-with-mootools-formcheck-not-working- Correctly-on-ie-but-working-perfectly">针对非常具体问题的帖子)(但在 Firefox、Chrome、Safari、Opera 和 SeaMonkey 下工作)我注意到我的网站在 Wamp(内联网模式)上与 IE 完美配合。
我已经对 Internet 网站的选项(例如 Intranet 的选项)进行了设置,但没有结果。
我的猜测是一定有更通用的设置。所以我想强制以 Intranet 模式执行我的网站。
编辑:我知道这个问题可能看起来与 Stack Overflow 无关,但它与我的页面中 MooTools 代码的执行密切相关,因此它的位置在这里。
Debugging a website not working under IE (my previous post, the post for the very specific problem) (but working under Firefox, Chrome, Safari, Opera and SeaMonkey) I've noticed that my website works perfectly with IE on Wamp (intranet mode).
I've already put my settings regarding options for Internet websites like the ones for the Intranet with no result.
My guess is that there must be more general settings. So I'd like to force the execution of my website in intranet mode.
EDIT: I know that this question might not seem relevant for Stack Overflow but it's tightly related to the execution of MooTools code in my page hence its place here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过将网站的 FQDN 添加到 Internet 选项中的 Intranet 区域,强制 IE 将您的网站视为 Intranet 网站。
您可以通过导航到您的站点并验证其是否为 IE 状态栏右下角的 Intranet 图标来验证 IE 是否将您的站点视为 Intranet 站点。可能因 IE 版本而异。
You can force IE to view your website as an intranet site by adding your site's fqdn to the Intranet Zone in Internet Options.
You can verify IE is treating your site as an intranet site by navigating to you site and verifying their is an intranet icon on the bottom right corner of the IE status bar. May vary depending upon IE version.