[thelist] How to auto close an Internet explorer window /page (parent not child)

Tufan Sevim tufansevim at yahoo.com
Fri Jan 24 23:28:38 CST 2003


Everything is possible man, you can close parent
window without any confirmation message, try the
following...

<script>
window.opener=self;
window.close();
</script>


[ Picked text/plain from multipart/alternative ]
This works great when launching from a web site.  When
I launch a link from
a shortcut on the desktop it will then give me a
Microsoft Internet
Explorer dialog box stating "The web page you are
viewing is trying to
close the window.  Do you want to close this window?
Yes / No.

Is there a way to have the window close automatically
from a shortcut on
the desktop?

Thank you,

Jim


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



More information about the thelist mailing list