Re: [PHP-DB] Frames & mySQL

2004-11-18 Thread Micah Stevens
I would use Javascript to update the page content. You can use the DOM to access the content in other frames as long as it's the same base URL I think. So when you output the form after storing the record, output a script that changes the bottom frame. Look up "javascript InnerHTML" in google.

Re: [PHP-DB] Frames & mySQL

2004-11-18 Thread Ramil Sagum
On Thu, 18 Nov 2004 21:16:51 -0500, Ron Piggott <[EMAIL PROTECTED]> wrote: > I have another challenge I am trying to over come. Frames. > > I have my screen set up in 3 frames. 2 for user input and the third is for > data --- letting the user know what has just happened. IE "RECORD UPDATED" > i

[PHP-DB] Frames & mySQL

2004-11-18 Thread Ron Piggott
I have another challenge I am trying to over come. Frames. I have my screen set up in 3 frames. 2 for user input and the third is for data --- letting the user know what has just happened. IE "RECORD UPDATED" is what I want to be displayed there. The catch is this --- how do I display text in