Login   Register  
PHP Classes
elePHPant
Icontem

File: chatMain.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Krish Nimishakavi  >  Chat  >  chatMain.php  >  Download  
File: chatMain.php
Role: Example script
Content type: text/plain
Description: This script devides the window into frames
Class: Chat
File based chatting
Author: By
Last change:
Date: 2003-05-12 19:41
Size: 517 bytes
 

Contents

Class file image Download
<html>
<frameset rows='10%,90%' frameborder="yes" border=2 framespacing=1>
    <frame src='./showRooms.php' framespacing=2 border=2>
    <frameset cols='80%, *' frameborder="yes" border=2 framespacing=1>
        <frameset rows='90%, *' frameborder="yes" border=2 framespacing=1>
            <frame src='./chatDisplay.php' framespacing=2 border=2>
            <frame src='./chatMsg.php' framespacing=2 border=2>
        </frameset>
        <frame src='./showUsers.php' framespacing=2 border=2>
    </frameset>
</html>