PHP Classes

File: chatMain.php

Recommend this page to a friend!
  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: 20 years ago
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>