window.showModalDialog调用父页面的方法
时间:2011-05-16 来源:贾罗德
父页面:
window.showModalDialog(’a.aspx’,self,'dialogWidth=700px;dialogHeight=400px;center=yes;status=yes;scroll=no') ;
这里的self就代表了父页面
子页面:
var parentWin = window.dialogArguments;
相关阅读 更多 +
排行榜 更多 +