Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q142 How do I tell if a window that I have created is still open?

You are here: irt.org | FAQ | JavaScript | Window | Q142 [ previous next ]

In JavaScript 1.1:

if (windowObj.closed)

Feedback on 'Q142 How do I tell if a window that I have created is still open?'

©2018 Martin Webb