摘要: js方式的页面跳转1.window.location.href方式 2.window.navigate方式跳转 3.window.loction.replace方式实现页面跳转,注意跟第一种方式的区别有3个jsp页面(1.aspx, 2.aspx, 3.aspx),进系统默认的是1.aspx,当我进... 阅读全文
posted @ 2014-06-28 20:07 lifeinearth 阅读(170) 评论(0) 推荐(0) 编辑
摘要: HTML: ASP response.expires=0 response.addHeader("pragma","no-cache") response.addHeader("Cache-Control","no-store, must-revalidate") PHP header("E... 阅读全文
posted @ 2014-06-28 18:46 lifeinearth 阅读(642) 评论(0) 推荐(0) 编辑