摘要: var childWin = window.open("your URL"); //获取子窗口句柄childWin.onunload = function(){ //onunload是窗口关闭事件 this.opener.location.reload(); //childW... 阅读全文
posted @ 2014-07-25 10:07 左正 阅读(2885) 评论(0) 推荐(0)