面可以做到无提示关闭。
所以除非你的原先页面也是弹出的,否则做不到无提示关闭。
在子页面最后写上
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();