[PHP] Re: Redirection to a named frame

2004-01-05 Thread Geoffrey Thompson
BTW - I misquoted - the example below was in the "PHP Cookbook" (page 173) - not in the "MySQL Cookbook" - my apologies... "Geoffrey Thompson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I would prefer not having to use script - is there not a way to handle this > by modifying th

[PHP] Re: Redirection to a named frame

2004-01-05 Thread Geoffrey Thompson
I would prefer not having to use script - is there not a way to handle this by modifying the header? Something similar to the example I found in the O'Reilly book - except which works? :) "Martin Helie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How about simply: > > echo " >

[PHP] Re: Redirection to a named frame

2004-01-03 Thread Martin Helie
How about simply: echo " window.top.main.location= 'http://localhost/phase1/report.php''; "; ? "Geoffrey Thompson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I was only able to find one reference to targeting a named frame