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

Q679 How can I close a pop up window containg frames?

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

Try:

<FORM>
<INPUT TYPE="BUTTON" VALUE="Close" onClick="top.close()">
</FORM>

©2018 Martin Webb