URL Property
See Also Example Applies To
A string containing the URL of the resource on the remote server.
Syntax
object.URL
The object placeholder represents an XMLHTTPCall object.
Remarks
A URL differs from a URI in that the URI is the location on the server whereas the URL includes the reference to the server also.
Setting the URL property also changes the settings of the HostName and HostURI properties.
The default setting of this property is "".
|