活动脚本在 ie 上已启用,但我的 javascript 未显示

发布于 2024-09-30 00:35:34 字数 185 浏览 5 评论 0原文

我有一个使用 .net 和 ajaxcontroltoolkit 创建的网站。当某些用户登录时,他们看不到页面上的控件。如果我在 ie 中禁用活动脚本,我可以复制此内容。问题是与我交谈过的用户启用了活动脚本。我让他们导航到一个测试 javascript 的网站并且它通过了。有人遇到过这个问题吗?如果是这样,你的解决方案是什么?有谁知道什么会导致这种行为?

I have a site created using .net and the ajaxcontroltoolkit. When some users log on they do not see the controls on the page. I can duplicate this if I disable active scripting in ie. The problem is that the users I have spoken with have active scripting enabled. I have had them navigate to a site that tests javascript and it passes. Has anyone experienced this problem? If so what was your solution? Does anyone know what would cause this sort of behavior?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

圈圈圆圆圈圈 2024-10-07 00:35:34

您可以尝试以下操作:

  1. 在其中一个页面中添加 noscript 标记,这将确认此行为是否是由于禁用活动脚本或其他原因造成的。

    <代码><无脚本>;活动脚本已禁用

  2. IE 有 4 个不同的安全区域(互联网本地 Intranet受信任站点受限站点)。确保您的站点位于启用了活动脚本的站点内。

You may try the following:

  1. Add a noscript tag in one of your pages, this will confirm if this behavior is due to disabled active scripting or somthing else.

    <noscript> Active Scripting Disabled </noscript>

  2. I.E have 4 different security zones (Internet, Local Intranet, Trusted sites and Restricted sites). Make sure your site exists inside one with active scripting enabled.

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