日期:2014-05-17  浏览次数:20469 次

请问为什么我的 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);

------解决方案--------------------
http://topic.csdn.net/t/20051004/13/4307068.html
------解决方案--------------------
没有地址栏可能是因为你在本地运行。

模式窗体没有状态栏。