Forum Moderators: open
I have the code set up on my "thank you for your order page" and my site is ASP.
I have this code in the top of the code for that page
<!-- #include file="conversion_counter.js" -->
This is the code that the above is referencing.
<SCRIPT LANGUAGE="JavaScript">
<!-- Overture Services Inc. 07/15/2003
var cc_tagVersion = "1.0";
var cc_accountID = "<snip>";
var cc_marketID = "0";
var cc_protocol="http";
var cc_subdomain = "convctr";
if(location.protocol == "https:")
{
cc_protocol="https";
cc_subdomain="convctrs";
}
var cc_queryStr = "?" + "ver=" + cc_tagVersion + "&aID=" + cc_accountID + "&mkt=" + cc_marketID +"&ref=" + escape(document.referrer);
var cc_imageUrl = cc_protocol + "://" + cc_subdomain + ".overture.com/images/cc/cc.gif" + cc_queryStr;
var cc_imageObject = new Image();
cc_imageObject.src = cc_imageUrl;
// -->
</SCRIPT>
I hope this is enough information. Can someone help me?
[edited by: engine at 3:05 pm (utc) on Feb. 9, 2005]
[edit reason] snipped ID [/edit]