Share this page 

Make a window close itself after a delayTag(s): Language


<SCRIPT>
setTimeout("self.close()", 5000 ) // after 5 seconds
</SCRIPT>