Url.Methods (Property)

A collection of methods belonging to the URL.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Collection object
JavaScript syntax:IEmyUrl.Methods
HTML syntax:<A HREF="..."> <LINK HREF="...">

The values here would be one of the valid methods for the HTTP protocol. It would be one of the following:

It is likely that only the GET and POST methods make any logical sense in this contents and on rare occasions, the PUT method may be referred to although it is unusual to find a web server that accepts documents with this request method.

See also:Anchor.Methods