本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

method

Specifies the method to use to transfer form data to the server.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
2.0+1.0+1.0+4.0+1.0+

Values

getAppends data to the URL specified by the action attribute.
postTransfers data using an http post transaction.

Availability

W3C HTML 4.01

Related