How to disable cache in InternetExplorer 8

前端 未结 10 822
粉色の甜心
粉色の甜心 2020-12-02 17:07

How can I disable cache in IE8 ? We are doing Javascript development and testing it in IE8, but we have to clear the cache every time we make changes to the Javascript files

相关标签:
10条回答
  • 2020-12-02 17:31

    If that fails, a random parameter on the query string will do it:

    index.html?a=346456

    0 讨论(0)
  • 2020-12-02 17:36

    Open the IE debugging tools (F12), Cache on the menu, and select always refresh from server. This does mean you need to keep the debugging tools open.

    0 讨论(0)
  • 2020-12-02 17:38

    Ctrl+Shift+Del will open the Clear Private Data dialog (or select it from the Safety menu). Uncheck everything but the first two items to clear only the cache.

    You shouldn't have to clear the cache though. If you access your js files through a web server (such as IIS running locally), the normal cache control mechanisms should do the trick. If they don't, a Ctrl+F5 usually fixes the problem.

    0 讨论(0)
  • 2020-12-02 17:40

    In order to set the browser cache turned off. Follow the instructions below:

    MS IE

    1. from a menu select "Tools" for IE5 or "View" for IE4
    2. select "Internet Options"
    3. in "Temporary Internet Files" section click on "Settings"
    4. select "Every visit to the page" for "Check for newer versions of stored pages" save the settings I hope this may help please check
    0 讨论(0)
提交回复
热议问题