飛月 :
在子視窗中按下關閉後關閉子視窗,同時也將母視窗重新整理。我想應該有不少人可能有需要這樣的功能!
在子視窗中新增一個如下的文字連結
<a href="#" temp_href="#" onclick="opener.window.location.reload();self.close();return false;">Close</a>
主要的兩個動作:
更新母視窗
opener.window.location.reload();
關閉自己
self.close();
- 關鍵字 : window, reload, opener, location, close, 關閉, 新母視窗, 文字連結, 如下, 動作, 功能, 主要, 不少人, temp_href, return, onclick, false, Close
0 0
2009-05-14T02:29:27+0000