当前位置: 代码迷 >> ASP.NET >> 请教为什么小弟我的 window.showModalDialog打开的网页没有地址栏状态栏什么的呢
  详细解决方案

请教为什么小弟我的 window.showModalDialog打开的网页没有地址栏状态栏什么的呢

热度:3322   发布时间:2013-02-25 00:00:00.0
请问为什么我的 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
------解决方案--------------------------------------------------------
没有地址栏可能是因为你在本地运行。

模式窗体没有状态栏。
  相关解决方案