📄 online1.asp
字号:
<!--#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -