deepson2 Posted June 5, 2009 Share Posted June 5, 2009 Hello, I want to create my login form with thinkbox. when on index page user clicks on the login link, he/she can see this think box and there he/she can enter his/her username and password and on submit user should redirect on index.php. but it seems its not happening. the index page is getting opened in to thickbox. how can i redirect my login form page to index page? here is my code: HTML4Strict Code: <div> <a href="javascript:tb_show('Login for Blogadda','login.php?KeepThis=true&TB_iframe=true&width=450&height=520&scrollbar=0',false);" title="Login">Login</a> </div> thanks in advance. Link to comment https://forums.phpfreaks.com/topic/161023-solved-login-form-with-thickbox-issue/ Share on other sites More sharing options...
deepson2 Posted June 5, 2009 Author Share Posted June 5, 2009 solved it with the another forums help. need to do change in login.php. like <form action="login.php" method="post" target="_top"> hope this ll help someone who's looking for the same issue. Link to comment https://forums.phpfreaks.com/topic/161023-solved-login-form-with-thickbox-issue/#findComment-849792 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.