显示页面show.asp--基于web的
qq程序1(only asp)
基于web的QQ程序1 //每五秒取得一次信息(前面已经完成了有关登录之类的工作)
//假设同时通信量为30
<%
response.write("现在在线:"&"
"
for i=1 to 30
if application("user"&i)=session("user") then
response.write("
")
response.write(session("user")&"")
else
response.write(application("user"&i)&"
")
end if
if application("towho"&i)=session("user") then%>
<%end if
next%>