//Response.Expires = 0;
            //Response.Buffer = true;
            //Response.ExpiresAbsolute = DateTime.Now.AddSeconds(-1);
            //Response.AddHeader("pragma", "no-cache");
            //Response.CacheControl = "no-cache";

c#的实现方法

  document.location.replace('default.html');

javascript的实现方法

 

  <META   HTTP-EQUIV=”Pragma”   CONTENT=”no-cache”>  
  <META   HTTP-EQUIV=”Cache-Control”   CONTENT=”no-cache”>  
  <META   HTTP-EQUIV=”Expires”   CONTENT=”0”>  

html实现方法

 

谢谢大家的支持,帮我点下需要的广告谢谢我会更加努力整理我的百科服务大家
posted on 2009-02-24 14:05 sanmao 阅读(477) 评论(0)  编辑  收藏

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


网站导航:
 

常用链接

留言簿(5)

随笔分类

随笔档案

搜索

  •  

最新评论

阅读排行榜

评论排行榜