用PHP和ACCESS写聊天室(二)
发布时间:2020-03-21 02:36:53 所属栏目:PHP教程 来源:互联网
导读:用PHP和ACCESS写聊天室(二)
chatmain.php3 如下: <html> <head> <title>PHP+ACCESS聊天室</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <frameset cols="*,180" frameborder="NO" framespacing="0"> <frameset rows="*,30,30" frameborder="NO" framespacing="0"> <frame name="chtcont" scrolling="AUTO" src=http://www.jb51.net/article/"chtcont.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>"> <frameset cols="*,1" frameborder="NO" framespacing="0"> <frame name="cinput" scrolling="NO" noresize src=http://www.jb51.net/article/"cinput.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>"> <frame name="leave" scrolling="NO" noresize src=http://www.jb51.net/article/"reflv.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>"> </frameset> <frame name="emotion" scrolling="NO" src=http://www.jb51.net/article/"emotion.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>"> </frameset> <frameset rows="154,*" frameborder="NO" framespacing="0"> <frame name="room" scrolling="NO" noresize src=http://www.jb51.net/article/"room.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>"> <frame name="member" scrolling="NO" src=http://www.jb51.net/article/"member.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>"> </frameset> <noframes> <body> <p>This page uses frames, but your browser doesn't support them.<br>本页面使用了帧,但是您的浏览器不支持。</p> </body> </noframes> </frameset> </html> 【本文版权归作者与奥索网共同拥有,如需转载,请注明作者及出处】 (编辑:焦作站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |