Zhlw.com - 中华龙网

站长资讯通告:
搜索: 您的位置中华龙网 > 计算机网络 > 网络编程 > ASP技术 > 文章列表

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

作者:bear  来源:转载  发布时间:2006-1-25 16:15:05
  /*
  原创:豆腐
  请大家在转载和使用的时候不要修改这里
*/
/*
  static.asp
  保存统计数据
*/
<!--#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="http://www.jcwcn.com/Files/BeyondPic/jcwcj/2005-12/10/05121001181860563.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="Java</script>
/*
显示统计效果的地址如下
*/
http://www.yourHost.com/static/show.asp?userid=roboo
               /*    完        */
希望大家 就 这个 程序 和我 交流看法
文中 有 不正确 的 地方,请大家 指正

 

        用户名: 验证码: 验证码,看不清楚?请点击刷新验证码 (注“”为必填内容。)


文章评论: [ 查看全部 ] 网友评论
关于本站 - 网站帮助 - 广告合作 - 友情连接 - 网站地图