Add Method
See Also Example Applies To
Adds a string to the collection of headers contained in the object.
Syntax
object.Add (Header)
| Part |
Description |
| object |
An object expression that evaluates to an XMLHTTPHeaders object. |
| Header |
Required. A string that contains a header to be added to the collection of headers. |
Remarks
Also returns the passed string.
|