JavaScript » Form » method

Syntax:
object.method

This property is a string specifying how information input in a form is submitted to the server. This should return either 'get', which is the default, or 'post'.