* Thus wrote Steve Fulleylove ([EMAIL PROTECTED]):
> 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 ?

negative.  you'll have to use some javascipt to refresh a different
frame something like

echo "<body onload=\"parent.nameofframetoreload.location.href = '$filetoload';\""> 

javascript may not be correly syntaxed.



Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to