refresh parent window after closing thickbox window
Posted
by Brad
on Stack Overflow
See other posts from Stack Overflow
or by Brad
Published on 2010-03-29T17:04:16Z
Indexed on
2010/03/29
17:13 UTC
Read the original article
Hit count: 636
I am using Thickbox 3.1 for a login form, using the iframe version.
I want to close the iframe (child) window, then refresh the parent window.
This closes the iframe window, but I need to somehow set it to refresh the parent window
<a href="#" onclick="self.parent.tb_remove();">Close</a>
Any help is appreciated.
© Stack Overflow or respective owner