取消缓存

类别:Asp 点击:0 评论:0 推荐:

最好的方案应该是:混合运用客户端脚本和服务器端脚本。
<html>
<head>
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
</head>

 


<script language="JavaScript">
<!--
javascript:window.history.forward(1);
//-->
</script>
</html>

本文地址:http://com.8s8s.com/it/it8469.htm