Isnt there something where I can write a condition on a page dependent on where the user comes from?
I have a page that clicks onto a record page where I want to put in a condition on the record page that if the users comes from a certain page then he will not see certain link.
Is this correct and consistent way of doing this??
I have a page that clicks onto a record page where I want to put in a condition on the record page that if the users comes from a certain page then he will not see certain link.
Is this correct and consistent way of doing this??
Code:
<CFIF cgi.http_referer EQ "[URL unfurl="true"]http://www.thisSite.com/index.cfm">[/URL]
Cant View this link.
<cfelse>
<a href="thisLink.com">Show link if your NOT coming from [URL unfurl="true"]http://www.thisSite.com/index.cfm</a>[/URL]
</cfif>