If you were going to use javascript to do that, use _parent as the target --
that should reuse the window rather than making a new window.


-Joe


"Erik Price" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> On Wednesday, March 13, 2002, at 03:15  PM, Ben Cheng wrote:
>
> > I have a page within a frame that uses Header() to redirect to another
> > page.
> > However, I don't want the redirection to take place just within that
> > frame
> > set.  I want the page that it redirects to to cover over the frame.  Is
> > this
> > possible?
>
> Hm... I don't think that frames were ever intended to be manipulated at
> the level of headers!  Otherwise you could use a "target" attribute or
> something.  If you're willing to use a bit of JavaScript, you might be
> able to reference a new window or something like a target="_blank" and
> THEN call the header() function from there... but that's more of a
> workaround than a solution.
>
> Good luck, sorry I don't have any other ideas.
>
>
> Erik
>
>
>
>
> ----
>
> Erik Price
> Web Developer Temp
> Media Lab, H.H. Brown
> [EMAIL PROTECTED]
>



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

Reply via email to