最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp+ajax做聊天室二
时间:2022-07-02 23:21:30 编辑:袖梨 来源:一聚教程网
下面的代码是post.asp文件代码.比较简单所以就不说明了.
<%@Language="JavaScript" CodePage="936"%><%
var Nothing;
Response.addHeader("Cache-Control","no-cahce");
if(!Session.Contents("Chat_User"))
{
Session.Contents("Chat_User") = "Guest";
Session.Contents("Chat_Time") = (new Date).getTime();
}
if(Application.Contents("Chat_Data") == Nothing)
{
Application.Lock();
Application.Contents("Chat_Data") = "f系统bredb您bblueb欢迎您来到聊天室。bblackb" + (3000 + (new Date).getTime());
Application.UnLock();
}
var PostChat = Request.QueryString.Item;
if(PostChat)
{
var Chat_Data = Application.Contents("Chat_Data").split("f");
if(Chat_Data.length > 30) Chat_Data.shift();
Chat_Data.push(Server.HtmlEncode(unescape(PostChat)) + "b" + (new Date).getTime());
Application.Lock();
Application.Contents("Chat_Data") = Chat_Data.join("f");
Application.UnLock();
}
var LastTime = Session.Contents("Chat_Time");
var MyData = new Array;
var AllData = Application.Contents("Chat_Data").split("f");
for(var C=AllData.length-1; C>=1; C--)
{
var Node = new Array;
var Item = AllData[C].split("b");
if(Item[6] <= Session.Contents("Chat_Time")) break;
if(Item[6] > LastTime) LastTime = Item[6];
Node.push("<发送人 颜色="" + Item[1] + "">" + Item[0] + "发送人>");
Node.push("<接收人 颜色="" + Item[3] + "">" + Item[2] + "接收人>");
Node.push("<说话 颜色="" + Item[5] + "">" + Item[4] + "说话>");
Node = Node.join("ttrn");
Node = "t<聊天 时间="" + Item[6] + "">" + Node + "rnt聊天>";
MyData.push(Node);
}
Session.Contents("Chat_Time") = LastTime;
MyData.reverse();
%>
<聊天室>
<%=MyData.join("rn")%>
聊天室>
转载请注明出处(www.111com.net)
相关文章
- 王者荣耀侦探能力大测试攻略 王者荣耀侦探能力大测试怎么过 11-22
- 无期迷途主线前瞻兑换码是什么 11-22
- 原神欧洛伦怎么培养 11-22
- 炉石传说网易云音乐联动怎么玩 11-22
- 永劫无间手游确幸转盘怎么样 11-22
- 无期迷途主线前瞻兑换码是什么 无期迷途主线前瞻直播兑换码介绍 11-22