Referring Document:
Description:
To have access to the referring document on your page makes it great to create a 'true' back button or be able to log where people hit your site from.
The Required Code:
<cfinclude template="/common/referer.cfm">
Examples:
This example creates a back button on a page.
<a href="<cfinclude template="/common/referer.cfm">">Back</a>
Close