当前位置: 移动技术网 > IT编程>开发语言>.net > 完整的访问统计程序(三 应用篇)

完整的访问统计程序(三 应用篇)

2019年01月14日  | 移动技术网IT编程  | 我要评论

无暇号,灌醉刀塔食人魔,se33se

/*
  原创:豆腐
  请大家在转载和使用的时候不要修改这里
*/
/*
  static.
  保存统计数据
*/
<!--#include file="staticfunc.asp"-->
<%
  userid=request.querystring("userid")
  insertdata userid
%>
document.write(<a href="http://www.yourhost.com/static/show.asp?userid=roboo"><img src="/edu/uploadpic/2007-12/2007129132746404.gif""
alt="哈哈_豆腐_统计" border=0></a>)
/*
  show.asp
  显示统计数据
*/
<!--#include file="staticfunc.asp"-->
<%
   userid=request.querystring("userid")
   writedaystatic userid
   writeweekstatic userid
   writemonthstatic userid
   writeyearstatic userid
   writerecentinfo userid
%>
/*
  统计免费代码
  这个统计程序支持多用户
*/
<script language="javascript" src="http://www.yourhost.com/static/static.asp?userid=roboo">
</script>
/*
显示统计效果的地址如下
*/
http://www.yourhost.com/static/show.asp?userid=roboo
               /*    完        */
希望大家 就 这个 程序 和我 交流看法
文中 有 不正确 的 地方,请大家 指正


如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网