asp.net 在a页面打开b页面 关闭b页面后,让a页面自动刷新

2024-12-20 20:40:04
推荐回答(2个)
回答1:

面可以做到无提示关闭。
所以除非你的原先页面也是弹出的,否则做不到无提示关闭。

回答2:

在子页面最后写上
Response.Write("");
var ss = showModalDialog('upword.htm', null, 'dialogWidth: 330px; dialogHeight: 180px; center: yes; resizable: no; scroll: no; status: no;');
if(!ss) return;
window.location.reload();