表单成功提交了,点后退显示网页过期

 

  1.  <head><META   HTTP-EQUIV="Pragma"   CONTENT="no-cache">      
  2.           <META   HTTP-EQUIV="Cache-Control"   CONTENT="no-cache">      
  3.           <META   HTTP-EQUIV="Expires"   CONTENT="0">  </head>
    1.   response.setHeader("Pragma","no-cache");      
    2.           response.setHeader("Cache-Control","no-cache");      
    3.           response.setDateHeader("Expires",0);   
      

 

posted @ 2011-01-25 12:16  HTL  阅读(1027)  评论(0编辑  收藏  举报
htl