Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q231 How can I close a popup window after, say, 5 seconds?

irt.org | Knowledge Base | JavaScript | Window | Q231 [ previous next ]

Q231 How can I close a popup window after, say, 5 seconds?

<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript"><!--
setTimeout('self.close()',5000);
//--></SCRIPT>
</HEAD>
<BODY>
...
</BODY>
</HTML>

Feedback on 'Q231 How can I close a popup window after, say, 5 seconds?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.