The information in this article applies to:
SYMPTOMS
When using window.showModalDialog to show an HTML dialog box, there is no
programmatic means for removing the status bar from the window.
CAUSEIt is not possible to remove the status bar or change it via window.status for security reasons. The intention is to prevent Web pages from spoofing password dialog boxes that might retrieve personal user information. STATUSThis behavior is by design. This behavior no longer occurs in Microsoft Internet Explorer 5. MORE INFORMATIONOne alternative approach is to use window.open, which can create windows without the status bar:
However, this window will not be modal and the new window will need to
access the creator window through window.opener to pass values back and
forth.
REFERENCESFor more information, please see the MSDN Web Workshop: http://msdn.microsoft.com/workshop/default.asp © Microsoft Corporation 1999, All Rights Reserved. Additional query words:
Keywords : kbnokeyword kbIE400 kbIE401 kbScript kbIE401sp1 kbIE500fix |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |