手机
当前位置:查字典教程网 >编程开发 >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修改记录

ASP函数大全

如何在ASP中使用数据库

统计在线人数 dxy

在线实时开通FTP&WEB

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

ASP常用的函数

ASP 四舍五入FormatNumber函数用法

asp 常用函数用法

ASP制作在线人数统计实例

精品推荐
分类导航