Yes that should work, I've used a similar technique for a banner
program in the past.

-- 
jon
mailto:[EMAIL PROTECTED]

Wednesday, August 21, 2002, 9:37:13 AM, you wrote:

TS> I'm trying to use this code to call a ColdFusion page:

TS> function Get_Referrer() {
TS>     document.write("<script language='Javascript' 
TS> src='http://www.stuffbythane.com/SiteTracker/test3.cfm?in="; + 
TS> document.referrer + "&out=" + document.location + "'>");
TS>     document.write("</");
TS>     document.write("script>");
TS> }
TS> Get_Referrer();

TS> It doesn't appear to work.  Is it possible to do this?  I know I could 
TS> change test3.cfm to test3.cgi and call a Perl page, but it was suggested 
TS> that I could do it with CF as well.

TS> T

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to