HBCMS更多的中文手册参考:

METHODS Attribute | Methods参数属性

DHTML文档教程

Sets or retrieves the list of HTTP methods supported by the object.

dhtml语法

HTML<A METHODS = sMethod... >
ScriptingA.Methods [ = sMethod ]

DHTML可能的值

sMethodString that specifies or receives the comma-separated list of HTTP methods supported by the object for public use.

The property is read/write. The property has no default value.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.

remarks

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 can 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 has a method that supports searching, an icon denoting this can be rendered.

是否符合公共标准

There is no public standard that applies to this property.

Applies To

A