Re: Storing Form Data without submitting it.

2003-11-27 Thread Andrew Gaffney
Bob Showalter wrote: Andrew Gaffney wrote: I believe there is an HTTP status code that tells the browser that the form was successfully submitted, but not to go anywhere. I don't know what it is off the top of my head, but I think it would work in this case. Would that be 204 No Content? http:

Re: Storing Form Data without submitting it.

2003-11-26 Thread Todd W.
"Wiggins D Anconia" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > > > Hi everybody, > > > > I' m not sure this is the right list to ask this kind of question but > I don't know where else. We are using html forms to insert and update > news articles (texts) stored in a mysql

RE: Storing Form Data without submitting it.

2003-11-26 Thread Bob Showalter
Andrew Gaffney wrote: > > I believe there is an HTTP status code that tells the browser that > the form was successfully submitted, but not to go anywhere. I don't > know what it is off the top of my head, but I think it would work in > this case. Would that be 204 No Content? http://www.w3.org

Re: Storing Form Data without submitting it.

2003-11-26 Thread Andrew Gaffney
Wiggins d Anconia wrote: Hi everybody, I' m not sure this is the right list to ask this kind of question but I don't know where else. We are using html forms to insert and update news articles (texts) stored in a mysql database. Ever so often one of our journalists forgets to press the submit bu

Re: Storing Form Data without submitting it.

2003-11-26 Thread Wiggins d Anconia
> > Hi everybody, > > I' m not sure this is the right list to ask this kind of question but I don't know where else. We are using html forms to insert and update news articles (texts) stored in a mysql database. Ever so often one of our journalists forgets to press the submit button or his com