Hey buddy,
I have three pages 1)index.php 2)login.php 3)client.php.
When I click on "login" on index.php page, it opens a popup.
When I submit that login page at that time I want to redirect to client.php.
The problem arise here, when the submit is successful in login.php (popup window), my client.php page appears inside popup window.
There may be simple solution but I am not able to find it.
If you have solution then please draw my attention towards.
I have three pages 1)index.php 2)login.php 3)client.php.
When I click on "login" on index.php page, it opens a popup.
When I submit that login page at that time I want to redirect to client.php.
The problem arise here, when the submit is successful in login.php (popup window), my client.php page appears inside popup window.
There may be simple solution but I am not able to find it.
If you have solution then please draw my attention towards.
Comment