field "METHOD" in "<FORM>"

decoux@moulon.inra.fr (ts)
Date: Mon, 25 Oct 93 06:56:08 +0100
From: decoux@moulon.inra.fr (ts)
Message-id: <9310250556.AA06429@moulon.moulon.inra.fr>
To: dsr@hplb.hpl.hp.com
Cc: www-talk@nxoc01.cern.ch
Subject: field "METHOD" in "<FORM>"

 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