Contents Index Topic Contents | ||
Previous Topic: method Next Topic: mimeTypes |
Methods
Description
Specifies information about the functions that the user can perform on an object.
Syntax
object.Methods[ = Methods]
Remarks
These methods are more accurately given by the HTTP protocol when it is used, but it might, for reasons similar as for the title property, be useful to include the information in advance in the link. The HTML user agent can chose a different rendering as a function of the methods allowed; for example, something that is searchable might get a different icon.
The value of the property is a comma-separated list of HTTP methods supported by the object for public use.
This property has read-write permissions, meaning you can change as well as retrieve its current value.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.