当前位置:首页 > 网络编程 > WEB编程 > PHP > 用PHP和ACCESS写聊天室(二)

用PHP和ACCESS写聊天室(二)

点击次数:22 次 发布日期:2008-11-26 02:19:54 作者:源代码网
源代码网推荐 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.zzchn.com/edu/20070912/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.zzchn.com/edu/20070912/cinput.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">
            <frame name="leave" scrolling="NO" noresize src="http://www.zzchn.com/edu/20070912/reflv.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">
        </frameset>
        <frame name="emotion" scrolling="NO" src="http://www.zzchn.com/edu/20070912/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.zzchn.com/edu/20070912/room.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">
        <frame name="member" scrolling="NO" src="http://www.zzchn.com/edu/20070912/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>  

源代码网供稿.
网友评论 (0)
会员中心
网络编程
本站推荐
网络编程之精华