首页 > 网站 > WEB开发 > 正文

js关闭子页面刷新父页面

2024-04-27 14:17:09
字体:
来源:转载
供稿:网友

js关闭子页面刷新父页面

2014-11-03 17:08 by NO.27, ... 阅读, ... 评论, 收藏, 编辑

一、打开方式为window.open

window.opener.location.reload();

二、打开方式为window.showModalDialog

首先在打开时的时候要设置window参数

window.showModalDialog("xx.aspx",window);

页面里要使用

var a = window.dialogArgumentsa.location.href=a.location.href;window.close();


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表