direct the user to a simple page with a JS function on it ...something
like 


<script language="javascript">
        document.location = "www.someSite.com/somePage.htm"
</script>



-eric
------------------------------------------------
Common sense is genius dressed in its working clothes.
 -- Ralph Waldo Emerson

Eric Barr
Zeff Design
(p)  212.714.6390 
(f)   212.580.7181


-----Original Message-----
From: Nick Call [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 29, 2001 11:06 AM
To: CF-Talk
Subject: cflocation and referrers


I have found myself stuck in a corner on this one.  Please help if you
can.

I have a page of links to external sites.  I needed to be able to track
the
click-throughs to these sites.  Easy enough, I have created a simple
counter
that logs each clickthrough and where it is going, then re-directs using
cflocation.  The new problem that created is that on their end, my site
no
longer shows up as a referrer.  I am guessing that the referrer
information
is not getting through cflocation like it would if it were just a
straight
link. I need to make sure that my site does show up in there log files
as
the referring site.  Please help if you can.

Thanks in advance.
Nick Call
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to