field "METHOD" in "<FORM>"

ts (decoux@moulon.inra.fr)
Mon, 25 Oct 93 06:56:08 +0100


Hello,

I want to update a database, and to do it I need a new field "METHOD" in
the tag "<FORM>". Example :

- <FORM ACTION="table name"> to retrieve a row (default value "GET")
- <FORM METHOD="PUT" ACTION="table name"> to update a row
- <FORM METHOD="POST" ACTION="table name"> to add a row
- <FORM METHOD="DELETE" ACTION="table name"> to delete a row

Any other ideas ?

Thanks,

Guy Decoux