Active scripting is enabled on ie but my javascript is not showing up
I have a site created using .net and the ajaxcontroltoolkit. When some users log on they do not see the开发者_StackOverflow中文版 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?
You may try the following:
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>
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.
精彩评论