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

Q250 How can I close a window as soon as the document starts to load?

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

Q250 How can I close a window as soon as the document starts to load?

Try something like:

<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript"><!--
window.close();
//--></SCRIPT>
</HEAD>

<BODY>
... rest of document
</BODY>
</HTML>

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.