Re: [PHP] Opening a new window from Header Location or any other way

2008-04-22 Thread Chris Braiotta
You do need javascript to do this. Look into the "window.open()" function to open your other window, and then something like "self.close()" to close the login window. --c On Sun, Apr 20, 2008 at 2:45 PM, Richard Kurth <[EMAIL PROTECTED]> wrote: > I have my login.php file that when I access the lo

[PHP] Opening a new window from Header Location or any other way

2008-04-20 Thread Richard Kurth
I have my login.php file that when I access the login fields they are in a small window width=400,height=250. When I click on submit I what it to close this window and open another full window with the web page that the script directs it to. But nomater what I do it opens it in the same window whi