让IE后退时不取出CACHE里的内容
类别: ASP教程
有朋友问我如何在ASP中实现让IE后退时不取出Cache里的内容,现在我告诉大家只要把下面的语句Copy到ASP的<head>...</head>就可以了:
<%
Response.Buffer=true
Response.Expires=0
Response.CacheControl="no-cache"
%>
<%
Response.Buffer=true
Response.Expires=0
Response.CacheControl="no-cache"
%>
- 上一篇: 显示一个FORM中的所有内容
- 下一篇: ASP接收COOKIES的实例
-= 资 源 教 程 =-
文 章 搜 索