原文:js 子窗口關閉並且刷新父窗口

在子窗口中加入代碼: lt bodyonLoad refreshParent gt ...... lt body gt lt scriptlanguage javascript gt functionrefreshParent window.opener.location.href window.opener.location.href if window.opener.progressWind ...

2012-06-09 22:25 0 4488 推薦指數:

查看詳情

JS實現關閉當前窗口刷新窗口

一、JS實現關閉當前窗口刷新窗口 JS代碼如下: <script> function refreshParent() { window.opener.location.href = window.opener.location.href; window.close ...

Sun Nov 13 17:15:00 CST 2016 0 7580
showModalDialog()窗口刷新窗口

今天再次使用showModalDialog(),發現了兩個問題,一是窗口如何刷新窗口,二是窗口的參數問題。 1 窗口刷新窗口 如果是window.open();問題就好辦,直接用window.opener.location.reload();就搞定 ...

Mon Jan 11 00:12:00 CST 2016 0 2816
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM