用PHP和ACCESS寫聊天室(二)
更新時間:2006年10月09日 00:00:00 作者:
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>
【本文版權(quán)歸作者與奧索網(wǎng)共同擁有,如需轉(zhuǎn)載,請注明作者及出處】
如下:
<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>
【本文版權(quán)歸作者與奧索網(wǎng)共同擁有,如需轉(zhuǎn)載,請注明作者及出處】
您可能感興趣的文章:
- 基于PHP+MySQL的聊天室設(shè)計
- PHP設(shè)計聊天室步步通
- PHP聊天室技術(shù)
- 用PHP和ACCESS寫聊天室(十)
- 用PHP和ACCESS寫聊天室(七)
- 用PHP和ACCESS寫聊天室(八)
- 用PHP和ACCESS寫聊天室(九)
- 用PHP+MySql編寫聊天室
- 用PHP和ACCESS寫聊天室(一)
- 發(fā)布一個迷你php+AJAX聊天程序[聊天室]提供下載
- 基于HTTP長連接的"服務(wù)器推"技術(shù)的php 簡易聊天室
- php寫的簡易聊天室代碼
- 用PHP+MySQL搭建聊天室功能實例代碼
- PHP實現(xiàn)簡單聊天室(附源碼)
- php socket實現(xiàn)的聊天室代碼分享
- 基于javascript、ajax、memcache和PHP實現(xiàn)的簡易在線聊天室
- php+html5基于websocket實現(xiàn)聊天室的方法
- php實現(xiàn)簡易聊天室應(yīng)用代碼