<font face="arial" size="2"><br />&nbsp;&nbsp;&nbsp;I would've thought it would work too, but maybe it's never been tested on Win98 (although I think IE 5.0 doesn't let you do this).<br />&nbsp;&nbsp;&nbsp;All in all, if the window.opener workaround doesn't work, then I don't know of any other options.<br /><br />Peter<br /><br /></font><font face="Tahoma, Arial, Sans-Serif" size="2"><b>From</b>: "Shawn Milo" <a href="mailto:ShawnMilo@runbox.com">ShawnMilo@runbox.com</a><br /></font><br />If that worked, then wouldn't the OP have no problem?<br /><br />Sorry, maybe I'm missing something. I re-read this thread,<br />but I don't see where the disconnect is. Regardless, as long<br />as the OP is happy, don't worry about me.<br /><br />Shawn<br /><br />&gt; Actually, if you look at the code below, you'll see that this workaround *is* being used. It wasn't just IE, either; several other browser types/versions could be manipulated this way.<br />&gt; <br />&gt; From: "Shawn Milo" ShawnMilo@runbox.com<br />&gt; <br />&gt; You can't do it unless it's a window you opened with Javascript.<br />&gt; <br />&gt; I think there was a work-around at one point, but it only works with<br />&gt; certain versions of IE, and therefore mostly useless.<br />&gt;<br />&gt; Shawn<br />&gt; <br />&gt; &gt; Hi Everyone,<br />&gt; &gt; <br />&gt; &gt; I am sorry if another thread already exists on this subject. Here is what I am trying to do. I want to close the IE browser with "window.close" method in Windows 98 FE. However, a security warning "The web page you are viewing is trying to close the window. Do you want to close this window? Yes|No " is popping up. Is there any possibility to close a window silently? I tried the following also, but it didn't help.<br />&gt; &gt; <br />&gt; &gt; window.opener=top;<br />&gt; &gt; window.close();<br />&gt; &gt; <br />&gt; &gt; On the whole, my html page is pretty simple - <br />&gt; &gt; <br />&gt; &gt; <br />&gt; &gt; Close <br />&gt; &gt; <br />&gt; &gt; <br />&gt; &gt; <br />&gt; &gt; Thank you very much in advance,<br />&gt; &gt; Nalini.