模態窗口刷新、清除緩存

 關閉子模態窗口後,父模態窗口會進行刷新操作

 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">   
發佈了20 篇原創文章 · 獲贊 2 · 訪問量 3萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章