一、用法:window.showModalDialog(url,args,'dialogWidth=650px;scroll=no;dialogHeight=250px;status=no; ');
二、关闭子窗口,并刷新父窗口
想在showModalDialog打开的窗口中提交表单且不打开新窗口
只需在打开的页面的<head>中加入<base target="_self">
在<form>中不写target属性或target属性为空
如果想刷新父窗口,还要在body标签中加入以下属性: οnbefοreunlοad="dialogArguments.location.href=dialogArguments.location.href"