RE: [PHP] which window?

2008-01-05 Thread Bastien Koert
this would be an html / js issue... why have a popup login in this case? just show the logon in the main window and then do the redirect... bastien To: php-general@lists.php.net From: [EMAIL PROTECTED] Date: Sat, 5 Jan 2008 10:17:55 -0800

Re: [PHP] which window?

2008-01-05 Thread Casey
Try adding target=_top or target=_parent to the form element in HTML. On 1/5/08, Bastien Koert [EMAIL PROTECTED] wrote: this would be an html / js issue... why have a popup login in this case? just show the logon in the main window and then do the redirect... bastien

Re: [PHP] which window?

2008-01-05 Thread jekillen
On Jan 5, 2008, at 3:09 PM, Casey wrote: Try adding target=_top or target=_parent to the form element in HTML. On 1/5/08, Bastien Koert [EMAIL PROTECTED] wrote: this would be an html / js issue... why have a popup login in this case? just show the logon in the main window and then do