Click to return to the DHTML, HTML     
METHOD Attribute | method...     MULTIPLE Attribute | mult...     DHTML Properties    
Web Workshop  |  DHTML, HTML & CSS

METHODS Attribute | Methods Property


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

Syntax

HTML <A METHODS = sMethod ... >
Scripting a.Methods [ = sMethod ]

Possible Values

sMethod String that specifies the comma-separated list of HTTP methods supported by the object for public use.

The property is read/write.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see 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.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
A


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.