Javascript统计网站访问次数的实现代码
运行效果的截图如下:
完整的代码:
新的5页
<!——
var警告= false
功能setcookie(名称,价值,到期,路径,域安全){
无功curcookie =姓名+=+逃跑(价值)+
(到期);到期=+ expires.togmtstring():)+
(路径)路径=+路径:
(域)域=+域:
(安全)安全:
如果(注意(姓名+ | |!=+逸出(值))长度4000。
curcookie document.cookie =
如果(确认(饼干超过4KB和将被削减!
curcookie document.cookie =
}
Function getCookie (name) {
var前缀= name +
无功cookiestartindex = document.cookie.indexof(前缀)
如果(cookiestartindex = 1)
返回null
无功cookieendindex = document.cookie.indexof(;
如果(cookieendindex = 1)
cookieendindex = document.cookie.length
返回unescape(document.cookie.substring(cookiestartindex + prefix.length,
CookieEndIndex))
}
功能deletecookie(名称、路径、域){
如果(getcookie(名字)){
document.cookie =姓名+=+
(路径)路径=+路径:
(域)域=+域:
过期=四,01-jan-70 00:00:01 GMT
}
}
功能fixdate(日期){
var =新日期(0)
无功偏差= base.gettime()
如果(斜> 0)
Date.setTime(date.gettime()-斜)
}
var现在=新日期()
fixdate(现在)
Now.setTime(now.gettime()+ 730 * 24 * 60 * 60 * 1000)
VaR访问= getcookie(反)
如果(!访问)
访问= 1
其他的
访问= parseInt(访问)+ 1
setcookie(柜台
document.write(欢迎,你是第一个:+ +访问者访问网站)
以上是分享javascript统计网站访问次数的代码的实现,希望能对大家有所帮助。