原文: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