Description
-
Holds URI of the document from which destination URI was
obtained.
Property type
-
A String value.
Syntax
-
object.Referer [= value]
The Referer Property syntax has these parts:
| object |
An expression
evaluating to an object of type HttpRequest. |
| value |
A String value. |
Remarks
-
This property allows you to specify, for the
server's benefit, the address of the document from
which the URI in the request was obtained. This allows a
server to generate list of back-links to documents, for
interest, logging, etc. It allows bad links to be traced
for maintenance.
This property is just a 'shortcut' to
Request.Headers("Referer") value.
|