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

Q1788 How do I really force a real reload of the parent window when closing a child without having to mess with annoying frames?

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

Simply use this code in the child HTML source.

<body onUnload="window.opener.location.reload(true);">

Submitted by Yves Larouche

©2018 Martin Webb