简体   繁体   中英

how to enable JavaScript on IE8?

I want to enable JavaScript on IE 8 but it does not work. I tried this way: Internet options/security/(select Internet zone) custom level Enable active scripting but it does not work. Is there any solution to active javascript on browser when my application running? My web application uses struts2

The following should enable scripting in Internet Explorer:

  1. On the Tools menu, click Internet Options, and then click the Security tab.
  2. Click the Internet zone.
  3. Click Custom Level.
  4. In the Security Settings – Internet Zone dialog box, click Enable for Active Scripting in the Scripting section.
  5. Click the Back button to return to the previous page, and then click the Refresh button to run scripts.
    Note : To allow scripting on this Web site only, and to leave scripting disabled in the Internet zone, add this Web site to the Trusted sites zone. Taken from: http://support.microsoft.com/gp/howtoscript

Start > Run... in the Run box, type in regsvr32 jscript.dll

You should receive a popup says that it registration succeeded. You then should be able to display JavaScript in your browser properly.

In IE8 its quite simple.

Tools-->Internet Options-->Advanced

In setting (Browsing options) unchecked the script options.Below the image.

在此处输入图片说明

Currently I am working on IE8 also.Its working.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM