Share this page 

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


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

mail_outline
Send comment, question or suggestion to howto@rgagnon.com