模态窗口刷新、清除缓存

来源:互联网 发布:阿里云 自定义端口 编辑:程序博客网 时间:2024/06/14 21:21

 关闭子模态窗口后,父模态窗口会进行刷新操作

 window.name = "__self"; 
 window.open(window.location.href, "__self");

jsp内部清除缓存代码:

<meta http-equiv="pragma" content="no-cache">
 <meta http-equiv="cache-control" content="no-cache">
 <meta http-equiv="expires" content="0">