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

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

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

T

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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