Hi mate,
I have a problem in javascript/php/ajax.
Look I have three pages 1)index.php 2)login.php 3)client.php. At index.php I have a link to login page, it opens a popup. When I submit the login page and try to redirect to client page, Here is the problem arise.
I successfully redirect to the client page but it opens in popup window.
Did anyone know How to get rid of that? I want, when I click on submit the client page open at same location on parent window.
Any help would be appreciated.
Cheers!!!