我的代码:
window.showModalDialog(url, window, "dialogHeight:200px;dialogWidth:200px;center:yes;help:no;resizable:yes;status:no;scroll:auto");问题:
网页在调试的时候显示正常,发布后window.showModalDialog的status:no不起作用,弹出的对话筐有了状态拦!  怎样解决!

解决方案 »

  1.   

    In Windows XP Sp2, there are a number of new window restrictions in Internet Explorer as well that are enabled by default (HKEY_LOCAL_MACHINE\Software\Microsoft \Internet Explorer\Window Restrictions\). These include:
        *  When creating a window, the definition of the fullscreen=yes specification is changed to mean "show the window as maximized," which will keep the title bar, address bar, and status bar visible.
        * Scripts cannot resize or reposition windows such that the title bar, address bar, or status bar cannot be seen.
        * The status bar cannot be turned off for any reason.
        * Script initiated Pop-up windows (opened using window.createPopup()) are constrained horizontally, vertically, and in order of placement on top of other windows.