
Originally Posted by
Talaoa
Hi Everyone,
I'm looking for a script to auto close a internet explorer 7 window after say 5 minutes time or even better after 2 minutes inactivity.
There are millions of em out there
http://www.google.co.uk/search?hl=en...g+window&meta=

Originally Posted by
Talaoa
I need it to close without asking confirmation
not sure about the alert though;
but you could try these, theyre known to work:
Just put window.opener=self; or window.opener = top; on the line before window.close()
Code:
window.opener = top;
window.close()
hope that helps,
VatsaL
Bookmarks