完整的访问统计程序(三 应用篇)
类别: ASP教程
/*
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
/* 完 */
希望大家 就 这个 程序 和我 交流看法
文中 有 不正确 的 地方,请大家 指正
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
/* 完 */
希望大家 就 这个 程序 和我 交流看法
文中 有 不正确 的 地方,请大家 指正
- 上一篇: 完整的访问统计程序(二 程序篇)
- 下一篇: ASP中的函数应用方法及应用举例(一)
-= 资 源 教 程 =-
文 章 搜 索