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

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

2004-10-01 08:26:10  作者:  来源:互联网  浏览次数:18  文字大小:【】【】【
简介:################main.asp###################### <%Response.Buffer=true Response.Expires=0 userName=Request.Form("username") if username="" then Response.Redirect "index...

################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

%>

蓝蝶聊天室::欢迎您! Www.ChinaOk.net .............蓝蝶精品网.............Www.ChinaOk.net

</p> <p><p>此网页使用了框架,但您的浏览器不支持框架。</p></p> <p></body></p> <p>

责任编辑:admin
相关文章