强制Internet Explorer下的网页在内网浏览器模式下执行

发布于 2024-12-03 15:05:44 字数 572 浏览 0 评论 0原文

调试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

︶葆Ⅱㄣ 2024-12-10 15:05:44

您可以通过将网站的 FQDN 添加到 Internet 选项中的 Intranet 区域,强制 IE 将您的网站视为 Intranet 网站。

  1. 打开 IE Internet 选项
  2. 单击“安全”选项卡
  3. 单击“Intranet 区域”
  4. 单击“站点”
  5. 单击“高级”
  6. 添加您网站的完全限定域名。
  7. 完成

您可以通过导航到您的站点并验证其是否为 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.

  1. Open IE Internet Options
  2. Click the Security Tab
  3. Click the Intranet Zone
  4. Click Sites
  5. Click Advanced
  6. Add your web site's fully qualified domain name.
  7. Done

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文