Home > Abakada: Back to Basics > Language References > HTML Element Attributes > METHODS Attribute
Sets or returns the list of HTTP methods supported by the object.
Inline |
<A METHODS = sMethod...> |
Script |
a.Methods = sMethod ] |
sMethod |
A comma-separated list of HTTP methods supported by the object for public use. |
The property is read/write.
These methods are more accurately given by the HTTP protocol when it is used. However, for reasons similar to those for the title property, it might be useful to include the information in advance in the link. The HTML user agent can choose a different rendering as a function of the methods allowed; for example, if an object had a method that supported searching, an icon denoting this could be rendered.
A