Introduction
  Publishing web pages
  RXML
  Information tags
    <accept-language>
    <accessed>
    <clientname>
    <configurl>
    <configimage>
    <countdown>
    <date>
    <file>
    <help>
    <available_languages>
    <language>
    <unavailable_language>
    <line>
    <list-tags>
    <modified>
    <number>
    <pr>
    <referrer>
    <user>
    <version>
  String tags
  Variable tags
  URL tags
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<referrer> Main RXML parser

 

Prints the URL of the page on which the user followed a link that brought her to this page. The information comes from the referrer header sent by the browser.

 

Attributes

alt=string
If no referrer header is found print this value instead.

 

Example


You came from
<a href='<referrer>'><referrer></a>,
 didn't you?

You came from .., didn't you?