Hi, I am using following Jquery for thickbox
<a href="login.html?height=285&width=550&modal=true&TB_iframe=true" class="thickbox" title="Please Sign In">login</a> That i got from http://jquery.com/demo/thickbox/ Page...Problem is after entering into login.html i need to check user and password in login.php and redirect to home-page.But The login.php and home-page are opening in thick-box itself. I am not able to navigate after closing thickbox.... when i try to use "self.parent.tb_remove()" the thickbox is closing but navigation is not done .....Please help me Thanks and Regards, Anjith