在线统计⽹站html代码,统计⽹页在线时间的js代码例⼦,每xxxxx毫秒检测⼀次是否在线,TR_COUNT次之后设定改⽤户为假死状态(即不在当前页⾯活动,afk..)
当页⾯关闭时把停留时间送出。
代码,统计⽹页的在线时间。
ignite软件复制代码 代码⽰例:
function TR_XMLHttpObject(url)...{
this.XMLHttp=null;
this.url=url;
this.init=function()...{
selecting读音if(window.XMLHttpRequest)...{小数十进制转二进制
this.XMLHttp=new XMLHttpRequest();
}else if(window.ActiveXObject)...{
this.XMLHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
};
this.init();
this.sendData=function(param)...{
with(this.XMLHttp)...{
open('GET',this.url+(param||''),true);
send(null);
}
};
}
if(/flag=st(window.location.search))...{
var TR_COUNT=0;
var TR_x=new TR_XMLHttpObject(window.place(/&?(?:flush_count=)(d+)/i,
function(a,d)...{
TR_COUNT=parseInt(d);
return "";
})
);
function send()...{
0是偶数吗为什么TR_COUNT++;
if(TR_COUNT < 120)...{
TR_x.sendData('&flush_count='+TR_COUNT);
}html个人网页制作代码范列
电脑结束进程的命令}
window.setInterval(send,30000);
window.οnunlοad=function()...{TR_x.sendData('&flush_count='+TR_COUNT);}; }
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论