online1.asp

来自「网佳网络办公系统(以下简称OA)是一套基于B/S模式的无纸化办公系统。[显著特点」· ASP 代码 · 共 29 行

ASP
29
字号
<!--#include file="./config/config.asp"-->
<%Response.Expires=0
useronlinename=Application("hxf_c_useronlinename")
online=Split(Trim(useronlinename)," ",-1)
s=0
x=UBound(online)
for i=0 to x
if Application("hxf_c_disnewuser")<>1 and online(i)=lyy then
s=1
end if
next
onliners=Application("hxf_c_chatrs")-s
x=UBound(online)%>
document.write("<select name=onlinelist >");
document.write("<option selected><%=onliners%>/<%=Application("hxf_c_active")%>人在线</option>");
      <%if onliners>0 then
for i=0 to x
if Application("hxf_c_disnewuser")=1 or online(i+0)<>lyy then
%>
document.write("<option><%=online(i)%></option>");
<%
end if
next
end if
%>
document.write("</select>");


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?