Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

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

You are here: irt.org | FAQ | JavaScript | Window | Q890 [ previous next ]

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()">

©2018 Martin Webb