[thelist] How to auto close an Internet explorer window / page

Nik Schramm n at industriality.com
Mon Sep 23 16:08:00 CDT 2002


Quick afterthought:

This will work too (and it's a lot shorter):

<script type="text/javascript">
<!--
function init() {
	setInterval(self.close, 5000);
}
onload = init;
//-->
</script>


--
/nik




More information about the thelist mailing list