时间:2021-05-18
counter.htm
<a href=counter.asp?save=123&url=http://127.0.0.1/>http://127.0.0.1</a>
共点击次数:<script src=view.asp?save=123></script>
counter.asp
<%
path="d:data"
file=request("save")
url=request("url")
Set fs = CreateObject("Scripting.FileSystemObject")
if fs.FileExists(path & file & ".txt") then
Set thisfile = fs.OpenTextFile(path & file & ".txt", 1, False)
number=thisfile.readline + 1
thisfile.Close
Set outfile=fs.CreateTextFile(path & file & ".txt")
outfile.WriteLine number
outfile.close
set fs=nothing
else
number=1
Set outfile=fs.CreateTextFile(path & file & ".txt")
outfile.WriteLine number
outfile.close
set fs=nothing
end if
response.redirect url
%>
view.asp
<%
path="d:data"
file=request("save")
Set fs = CreateObject("Scripting.FileSystemObject")
if fs.FileExists(path & file & ".txt") then
Set thisfile = fs.OpenTextFile(path & file & ".txt", 1, False)
number=thisfile.readline
thisfile.Close
set fs=nothing
else
number=0
end if
response.contenttype = "application/x-javascript"
response.write "document.write(""" & number & """);"
%>
[1]
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
淘宝联盟是以购买付款后来计算收入的,通过淘宝联盟效果,我们可以知道推广的效果如何。淘宝客效果报表的点击数可以理解为带来多少个点击。淘宝联盟效果报表在哪下载呢
1:ACoS究竟本质是什么?ACoS=广告花费/销售额进一步深入拆解来看:广告花费=点击价点击数,销售额=点击数转化率售价,把上面两个数字带入ACoS,很明显,
现在有很多的项目,对计数器的实现甚是随意,比如在实现网站文章点击数的时候,是这么设计数据表的,如:”article_id,article_name,articl
如下所示:标题:点击数:内容:varm=angular.module('module',[]);m.controller('ctrl',['$scope',fu
本文实例讲述了帝国CMS实现搜索关键字带点击数效果的方法。分享给大家供大家参考。具体实现方法如下:1.建立一个自定义JS模板:模板内容如下:复制代码代码如下:[