道非道 非常道

勤思、谨言、慎行、厚积、薄发

统计

web

天圆

经济 政治 军事

键康

清空IE缓存




 检查以下ie的设置:  
        internet(选项)-->常规-->设置-->  
        是否设为:每次访问此页时检查 
 awaysrain(绝对零度)
在   head   区内加入去除缓存的代码:  
  禁用客户端缓存  
  HTML  
          <META   HTTP-EQUIV="pragma"   CONTENT="no-cache">  
          <META   HTTP-EQUIV="Cache-Control"   CONTENT="no-cache,   must-revalidate">  
          <META   HTTP-EQUIV="expires"   CONTENT="Mon,   23   Jan   1978   20:52:30   GMT">  
  ASP  
  <%  
          Response.Expires   =   -1  
          Response.ExpiresAbsolute   =   Now()   -   1  
          Response.cachecontrol   =   "no-cache"  
  %>  
  PHP  
          header("Expires:   Mon,   26   Jul   1997   05:00:00   GMT");  
          header("Cache-Control:   no-cache,   must-revalidate");  
          header("Pragma:   no-cache");  
  JSP  
          response.setHeader("Pragma","No-Cache");  
          response.setHeader("Cache-Control","No-Cache");  
          response.setDateHeader("Expires",   0);




posted on 2008-12-02 11:45 星期五 阅读(340) 评论(0)  编辑  收藏 所属分类: 工具


只有注册用户登录后才能发表评论。


网站导航: