showModalDialog 模态窗口刷新自己
2011年4月10日
[js]
var reus=window.showModalDialog(ur,’Mywindow1′,’dialogHeight:…’);
if(reus=="ok"){
window.name = "selfself";//随便起一个非关键词的name
window.open(window.location.href, "selfself");
}
[/js]