<font face="arial" size="2"><br />&nbsp;&nbsp;&nbsp;Actually, if you look at the code below, you'll see that this workaround *is* being used.&nbsp; It wasn't just IE, either; several other browser types/versions could be manipulated this way.<br /><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 />You can't do it unless it's a window you opened with Javascript.<br /><br />I think there was a work-around at one point, but it only works with<br />certain versions of IE, and therefore mostly useless.<br /><br />Shawn<br /><br />&gt; Hi Everyone,<br />&gt; <br />&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; <br />&gt; window.opener=top;<br />&gt; window.close();<br />&gt; <br />&gt; On the whole, my html page is pretty simple - <br />&gt; <br />&gt; <br />&gt; <a href="javascript:window.opener=top; window.close();">Close</a> <br />&gt; <br />&gt; <br />&gt; <br />&gt; Thank you very much in advance,<br />&gt; Nalini.<br />