Re[2]: [PHP] Single HTML form post affecting multiple HTML frames/PHP scripts

2004-04-14 Thread Tom Rogers
Hi, Wednesday, April 14, 2004, 7:59:43 PM, you wrote: RL> Tom Rogers wrote: >> Hi, >> >> Wednesday, April 14, 2004, 6:57:53 PM, you wrote: >> RL> So is there a way of making a single form post affect two scripts in >> RL> different HTML frames? Or a way of posting values from the second >> frame

Re: [PHP] Single HTML form post affecting multiple HTML frames/PHP scripts

2004-04-14 Thread Richard Lewis
Tom Rogers wrote: > Hi, > > Wednesday, April 14, 2004, 6:57:53 PM, you wrote: > RL> So is there a way of making a single form post affect two scripts in > RL> different HTML frames? Or a way of posting values from the second > frame to RL> the third automatically (i.e. without the user clicking a

Re: [PHP] Single HTML form post affecting multiple HTML frames/PHP scripts

2004-04-14 Thread Tom Rogers
Hi, Wednesday, April 14, 2004, 6:57:53 PM, you wrote: RL> I am writing a database front end in PHP for a record library. RL> My interface is divided into several HTML frames the first of which contains RL> an HTML select element listing all of the top-level records (CDs) and RL> several buttons

[PHP] Single HTML form post affecting multiple HTML frames/PHP scripts

2004-04-14 Thread Richard Lewis
I am writing a database front end in PHP for a record library. My interface is divided into several HTML frames the first of which contains an HTML select element listing all of the top-level records (CDs) and several buttons to perform certain operations on the selected record (e.g. delete, edit