showModalDialog是不是都默认用window.dialogArguments来取得传递进来的参数
showModalDialog是不是都默认用window.dialogArguments来取得传递进来的参数
日期:2022-04-11 02:59:13 人气:1
var parentwindow=window.dialogArguments;
if (parentwindow !=null) var doc=parentwindow.document;
if (doc !=null) var button=doc.getElementById('Buttonrefresh');
if (button!=null) button.cli
if (parentwindow !=null) var doc=parentwindow.document;
if (doc !=null) var button=doc.getElementById('Buttonrefresh');
if (button!=null) button.cli