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);
------解决方案--------------------------------------------------------
http://topic.csdn.net/t/20051004/13/4307068
------解决方案--------------------------------------------------------
没有地址栏可能是因为你在本地运行。
模式窗体没有状态栏。