I am using Thickbox 3.1 for the login form using the iframe version.
I want to close the iframe window (child) and then update the parent window.
This closes the iframe, but I need to somehow configure it to update the parent window
<a href="#" onclick="self.parent.tb_remove();">Close</a>
Any help is appreciated.
source
share