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