<a href="#" onClick="javascript:window.showModalDialog('../huoyuan_new.asp','','dialogWidth=600px;dialogHeight=400px;status=no;help=no;scroll=no')" target="main">发布货源</a>父窗口中有以上一个href 用showmodaldialog 弹出的窗口 如何刷新父窗口?
我用了window.parent.dialogArguments.document.execCommand('Refresh');   
在ie中提示“window.opener.location为空或不是对象”  怎么办