欢迎光临
我们一直在努力

XMLHTTP+Javascript+Asp写得聊天室,无刷新实现。原创代码放送!服务器支持Asp即可使用(二)

建站超值云服务器,限时71元/月

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

<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<link rel="shortcuticon" url="images/bluenote.ico">
<title>蓝蝶聊天室::欢迎您! www.chinaok.net ………….蓝蝶精品网………….www.chinaok.net</title>
<style>
.fbd{border-bottom-color: #3a5c9f; border-bottom-style: solid; border-left-color: #3a5c9f; border-left-style: solid; border-right-color: #3a5c9f; border-right-style: solid; border-top-color: #3a5c9f; border-top-style: solid}
.topc{bgcolor:#ffff00}
</style>
<script language="javascript">
self.onerror=null;
var nullframe = <html><body bgcolor=#003366 text=#ffffff><center><h3 color=#ffffff>正在读取资料, 请稍候 ……</h3></center></body></html>;
</script>
</head>
  <frameset cols="*,0" rows="*" class=topc>
    <frameset rows="*,75" cols=* framespacing="0" frameborder="1" border="0" >
      <frameset rows="45%,*" cols=* framespacing="1"  border="1" name="content" frameborder=yes class=topc>
        <frame name="pub" src="javascript:parent.nullframe" scrolling="auto"  frameborder=1 >
        <frame name="my" src="javascript:parent.nullframe" scrolling="auto"  frameborder=1>
      </frameset>      
    <frame name="sd" scrolling="no" noresize src="send.asp" >
    </frameset>
<noframes>
  <p>此网页使用了框架,但您的浏览器不支持框架。</p>

  </body>
  </noframes>
</frameset>

</html>

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » XMLHTTP+Javascript+Asp写得聊天室,无刷新实现。原创代码放送!服务器支持Asp即可使用(二)
分享到: 更多 (0)

相关推荐

  • 暂无文章