$('#sortable_table tr').not('#Tr1').click(function() {
$(this).find('td').each(function(i) {
if (i == 0) {
var text = $(this).text()
}
})
})
方法很多,只要每次页面被访问时向服务器端某个特定的统计文件发出请求就可以了。可以使用:脚本请求
<script src="http://www.yoursite.com/static.asp?id=***"></script>
图片请求
<img src="http://www.yoursite.com/static.asp?id=***"/>
活动框架请求
<iframe width="0" height="0" scrolling="no" src="http://www.yoursite.com/static.asp?id=***"/></iframe>
使用最为方便的就是脚本请求,因为服务器统计完成之后不需要返回任何数据,相对也最为安全。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)