如何在生成的静态html页中实现点击率的统计????
zytp 2004-05-03 07:47:54 新闻系统生成的静态html页,请问如何实现点击率的统计。
试过<script src="counter.aspx?id=1"></script>
不知什么原因,就是不能显示
具体看这贴http://expert.csdn.net/Expert/TopicView1.asp?id=3022974
show.aspx
show.asp
show.html
在show.aspx中
Response.Write("document.write('asdf')");
在show.asp中
Response.Write("document.write('1234')")
在show.html中
<script src=show.aspx></script>
<script src=show.asp></script>
却只能显示1234
不能显示asdf,这是怎么回事,同样的调用为什么不可以????