您现在的位置: 军旅同心 >> 读书赏析 >> 学习园地 >> 电脑网络 >> 技术文章 >> 文章正文
完整的访问统计程序(三 应用篇)
作者:采集员 文章来源:来源于网络 点击数: 更新时间:2005-9-10 13:56:33
/*
  原创:豆腐
  请大家在转载和使用的时候不要修改这里
*/
/*
  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="static.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
               /*    完        */
希望大家 就 这个 程序 和我 交流看法
文中 有 不正确 的 地方,请大家 指正


 
免责声明:作品版权归所属媒体与作者所有!!本站刊载此文不代表同意其说法或描述,仅为提供更多信息。如果您认为我们侵犯了您的版权,请告知!本站立即删除。有异议请联系我们。
文章录入:烟灰缸    责任编辑:烟灰缸 
网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
| 设为首页 | 加入收藏 | 联系站长 | 友情链接 | 版权申明 | 网站公告 | 管理登录 |