RE: Clearing a Form

2003-07-22 Thread wiggins
On Tue, 22 Jul 2003 09:33:28 -0500, Peter Fleck <[EMAIL PROTECTED]> wrote: > Thanks to all for the help on 'clearing the form' and for forcing me > to face the design limitations. > As long as you realize them then that is most of the battle, al

Re: Clearing a Form

2003-07-22 Thread Camilo Gonzalez
Peter Fleck wrote: I have a cgi that creates a form and then receives the output of the form and sends it to a mysql database. It also displays the form information as a preview of what is getting sent to the database. You can return to the original form with data if you need to correct someth

RE: Clearing a Form

2003-07-22 Thread Peter Fleck
Thanks to all for the help on 'clearing the form' and for forcing me to face the design limitations. I would prefer to preview the data before storing in the DB and had hoped to get this in place but ran into a problem on the way which led to my workaround which and the STORE-PREVIEW-DELETE ENT

Re: Clearing a Form

2003-07-22 Thread drieux
On Monday, Jul 21, 2003, at 15:05 US/Pacific, Peter Fleck wrote: I have a cgi that creates a form and then receives the output of the form and sends it to a mysql database. It also displays the form information as a preview of what is getting sent to the database. You can return to the original

Re: Clearing a Form

2003-07-21 Thread Octavian Rasnita
t; To: <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 1:05 AM Subject: Clearing a Form I have a cgi that creates a form and then receives the output of the form and sends it to a mysql database. It also displays the form information as a preview of what is getting sent to the database.

RE: Clearing a Form

2003-07-21 Thread wiggins
On Mon, 21 Jul 2003 17:05:57 -0500, Peter Fleck <[EMAIL PROTECTED]> wrote: > I have a cgi that creates a form and then receives the output of the > form and sends it to a mysql database. It also displays the form > information as a preview of wha

Re: Clearing a Form

2003-07-21 Thread Dennis Stout
> I'm wondering if javascript is the answer? It's going to have to be. Saving those types of things are a function of the browser. Dennis -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Clearing a Form

2003-07-21 Thread Peter Fleck
I have a cgi that creates a form and then receives the output of the form and sends it to a mysql database. It also displays the form information as a preview of what is getting sent to the database. You can return to the original form with data if you need to correct something via an 'Edit' bu