关于中华恋人网的网站流量统计系统的问题
我下载了一个代码,请问具体怎么用?
<%Refer=Request.ServerVariables("HTTP_REFERER")%>
<script language=JavaScript>
document.write("<a href='/count/Infolist.asp'>");
document.write("<img src='/count/count.asp?Referer=<%=refer%>&Width="+escape(screen.width)+"&Height="+escape(screen.height)+"' border=0 width=1 height=1>");
document.write("</a>");
</script>
这个放在哪里?