First off.... happy holidays to everyone. Hope you're all enjoying time with family and friends.
Ok, I'd like to set up a CFIF statment that would allow me to add a piece of text to a page depending on where the user came from.
something like:
<CFIF http_referrer CONTAINS [sitename]>
<p>you're visiting from [sitename]</p>
</CFIF>
Is there any way to access the HTTP Referrer information, maybe through a function, so I could acheive this?
Thanks in advance...
-b-
Ok, I'd like to set up a CFIF statment that would allow me to add a piece of text to a page depending on where the user came from.
something like:
<CFIF http_referrer CONTAINS [sitename]>
<p>you're visiting from [sitename]</p>
</CFIF>
Is there any way to access the HTTP Referrer information, maybe through a function, so I could acheive this?
Thanks in advance...
-b-