用PHP和ACCESS写聊天室(二)
作者:
用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="chtcont.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">
<frameset cols="*,1" frameborder="NO" framespacing="0">
<frame name="cinput" scrolling="NO" noresize src="cinput.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">
<frame name="leave" scrolling="NO" noresize src="reflv.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">
</frameset>
<frame name="emotion" scrolling="NO" src="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="room.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">
<frame name="member" scrolling="NO" src="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>
【本文版权归作者与奥索网共同拥有,如需转载,请注明作者及出处】
如下:
<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="chtcont.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">
<frameset cols="*,1" frameborder="NO" framespacing="0">
<frame name="cinput" scrolling="NO" noresize src="cinput.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">
<frame name="leave" scrolling="NO" noresize src="reflv.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">
</frameset>
<frame name="emotion" scrolling="NO" src="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="room.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">
<frame name="member" scrolling="NO" src="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>
【本文版权归作者与奥索网共同拥有,如需转载,请注明作者及出处】
您可能感兴趣的文章:
- 基于PHP+MySQL的聊天室设计
- PHP设计聊天室步步通
- PHP聊天室技术
- 用PHP和ACCESS写聊天室(十)
- 用PHP和ACCESS写聊天室(七)
- 用PHP和ACCESS写聊天室(八)
- 用PHP和ACCESS写聊天室(九)
- 用PHP+MySql编写聊天室
- 用PHP和ACCESS写聊天室(一)
- 发布一个迷你php+AJAX聊天程序[聊天室]提供下载
- 基于HTTP长连接的"服务器推"技术的php 简易聊天室
- php写的简易聊天室代码
- 用PHP+MySQL搭建聊天室功能实例代码
- PHP实现简单聊天室(附源码)
- php socket实现的聊天室代码分享
- 基于javascript、ajax、memcache和PHP实现的简易在线聊天室
- php+html5基于websocket实现聊天室的方法
- php实现简易聊天室应用代码