Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q890 How can I create a modal window in Netscape 4?

irt.org | Knowledge Base | JavaScript | Window | Q890 [ previous next ]

Q890 How can I create a modal window in Netscape 4?

With Internet Explorer 4, the showModalDialog method can do this, but it is not supported in Netscape.

There is a solution for Netscape Navigator 4 at http://developer.netscape.com/viewsource/index_frame.html?content=goodman_modal/goodman_modal.html

The best that you can do with other older browsers is to add the following to the page loaded into a popup window:

<body onBlur="self.focus()">

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.