' 聊天总人数 . aryHuman = split(total,";") for i = lbound(aryHuman) to ubou" />
欢迎来到入门教程网!

编程问答

当前位置:主页 > 网络编程 > 编程问答 >

如何判断用户是否非正常离开聊天室?

来源:本站原创|时间:2020-01-11|栏目:编程问答|点击:

如何判断用户是否非正常离开聊天室?

    total = application("AllPeople")<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

' 聊天总人数.
    aryHuman = split(total,";")
    for i = lbound(aryHuman) to ubound(aryHuman) - 1
    if application("user" & i) = "online" then
    if int(timer) - int(application("TimeBegin" & i)) > 120 then
    application("user" & i) = ""
    temp = aryHuman(i)
    aryName = split(temp,",")
    hrefname =  aryName(0)
    for j = lbound(aryHuman) to ubound(aryHuman) - 1
    if application("user" & j) = "online" then
  application("content" & j) = "<FONT color=#000000>
〖精彩春风之聊天室的系统公告〗"&hrefname&"</FONT>" &"<font  color=#F08000 >"& "掉线了..." & "</font><font color = #000000 class=p9>" & "  <" & time() & "></font><br>" & application
("content" & j)
    end if
    next
    end if
    end if
    next

[1]

上一篇:如何用数据库制作一个多用户版的计数器?

栏    目:编程问答

下一篇:如何动态添加Form项?

本文标题:如何判断用户是否非正常离开聊天室?

本文地址:https://www.xiuzhanwang.com/a1/bianchengwenda/12063.html

网页制作CMS教程网络编程软件编程脚本语言数据库服务器

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:835971066 | 邮箱:835971066#qq.com(#换成@)

Copyright © 2002-2020 脚本教程网 版权所有