请问为什么我的 window.showModalDialog打开的网页没有地址栏状态栏什么的呢?
var winoption = "dialogHeight:" + sheight + "px;dialogWidth:" + swidth + "px;resizable:yes;scroll:yes;status:yes;center:yes;help:yes'";
window.showModalDialog("../ReportIndex.aspx?ReportID=" + id, 'window', winoption);