[PHP] Re: Refresh a page in another frame

2003-07-31 Thread Steve Fulleylove
Thanks Mehdi, Works a treat. Steve "Mehdi Achour" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Steve Fulleylove wrote: > > > Hi all, > > > > I have a PHP web site that uses frames. I can use the header() function to > > redirect the user to a new page, but can I use this functi

[PHP] Re: Refresh a page in another frame

2003-07-30 Thread Mehdi Achour
Steve Fulleylove wrote: Hi all, I have a PHP web site that uses frames. I can use the header() function to redirect the user to a new page, but can I use this function to load a page into a different frame ? header() (and PHP) won't make it, you need some javascript : parent.name_of_the_frame.