• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    如何实现点击数的计算?

    counter.htm

    a href=counter.asp?save=123url=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]

    上一篇:如何最准确地统计在线用户数?
    下一篇:如何随机显示图片计数器?
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    如何实现点击数的计算? 如何,实现,点击数,的,计算,