手机
当前位置:查字典教程网 >编程开发 >ASP教程 >在线人数写法
在线人数写法
摘要:最后显示在线人数。user=split(application("user"),";")num=ubound(user)response.w...

<%
user=request.cookies("21bbsusername")
totaluser=application("user")
if instr(totaluser,user)=0 then
application.lock
application("user")=totaluser&";"&user
application.unlock
end if
%>
<html>
<head>
<meta http-equiv="refresh" content="2">
</head>
<body>
</body>
</html>
最后显示在线人数。
user=split(application("user"),";")
num=ubound(user)
response.write num

【在线人数写法】相关文章:

asp统计在线人数 global.asa写法

在线数据库管理工具(db007) v1.5

统计在线人数 dxy

asp修改记录

ASP 四舍五入FormatNumber函数用法

在ASP中使用Oracle数据库

如何在ASP中使用数据库

函数名称 函数功能

asp 常用函数用法

显示在线人数

精品推荐
分类导航