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
>
>
> ----------------------------------------
> > To: php-general@lists.php.net
> > From: [EMAIL PROTECTED]
> > Date: Sat, 5 Jan 2008 10:17:55 -0800
> > Subject: [PHP] which window?
> >
> > Hello;
> > I have a login panel that is opened as a javascript window.
> > In the processing script, a successful login  uses the
> > header function to send the user to the restricted content
> > index page.
> > But this page is loading into the javascript window instead
> > of the opener window of the browser. Is it possible to supply
> > a target property to the header() function to display
> > content in a specific window? Or is that strictly an html/javascript
> > issue? I have looked into the header() function but it is unclear
> > to me what all can be done with headers.
> > Thanks in advance for suggestions, info;
> > Jeff K
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
> _________________________________________________________________
> Use fowl language with Chicktionary. Click here to start playing!
> http://puzzles.sympatico.msn.ca/chicktionary/index.html?icid=htmlsig
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
-Casey

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to