LassoScript Utility
Basics Browse Detail

[Referer] ... [/Referer]

Tag Link [Referer] ... Category Link
Type Container Source Available No
Support Synonym Version 2.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 2.5, Lasso 2.0

Description

[Referer] ... [/Referer] returns a pair of HTML anchor tags with a link to the previous page which the current visitor was viewing in their Web browse. The referrer is sent along with each HTTP request and may differ depending on what browser the visitor is using.

Note: "Referer" is a mispelling of the word "Referrer" which was used as part of the original HTTP specification. Both names are supported interchangeably, but "Referrer" is the proper spelling.

The [Referer_URL] tag can be used to return the same URL that is used in the anchor tags returned by this tag.

Syntax

[Referer] ... [/Referer]

Parameters

No Parameters Required.

Examples

To link to the last page the current visitor viewed in their Web browser:

Use the [Referer] ... [/Referer] tags. The following example places a link named Back on a format file. When selected, this link will return the visitor to the last page they viewed in their Web browser.

[Referer] Back [/Referer]