<% user=requestcookies("bbsusername") totaluser=application("user") if instr(totaluseruser)= then applicationlock application("user")=totaluser&";"&user applicationunlock end if %> <html> <head> <meta httpequiv="refresh" content=""> </head> <body> </body> </html> 最后显示在线人数 user=split(application("user")";") num=ubound(user) responsewrite num |