首页 相关文章 XMLHTTP+javascript+Asp写得聊天室 无刷新实现(二)

XMLHTTP+javascript+Asp写得聊天室 无刷新实现(二)

################main.asp######################

<%Response.Buffer=true
Response.Expires=0
userName=Request.Form("username")
if username="" then Response.Redirect "index.asp"
session("u_name")=username
if Request.Form("sx")="1" then
session("u_sx")="1"
else
session("u_sx")="0"
end if
%

[ 查看全文 ]

2016-01-29 标签:

XMLHTTP+javascript+Asp写得聊天室 无刷新实现(二)的相关文章

手机页面
收藏网站 回到头部