繁体中文
设为首页
加入收藏
当前位置:ASP技术首页 >> 安全加密 >> XMLHTTP+Javascript+Asp写得聊天室,无刷新实现(三)

XMLHTTP+Javascript+Asp写得聊天室,无刷新实现(三)

2006-05-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介:   ################reload.asp##############

   ################reload.asp##############

<%'Response.ContentType="text/xml"

Response.Write ""

Response.Write ""

dim c_info,c_Lid,c_Ip,u_Lid,NewLid,u_name,i

c_info=Application("c_info")

u_Lid=session("u_Lid")

newLid=u_Lid

u_name="netnice"

for i=c_info(0)+6 to 240 step 6

if (c_info(i)>u_Lid) and ((c_info(i+1)=u_name) or (c_info(i+2)=u_name) or (c_info(i+2)="大家") or (c_info(i+3)="0")) then

Response.Write c_info(i+5)

if (newLid

end if

next

for i=1 to c_info(0) step 6

if (c_info(i)>u_Lid) and ((c_info(i+1)=u_name) or (c_info(i+2)=u_name) or (c_info(i+2)="大家") or (c_info(i+3)="0")) then

Response.Write c_info(i+5)

if (newLid

end if

next

Response.Write ""

session("u_Lid")=newLid

%>

责任编辑:admin
相关文章